Skip to content

Commit d8d7f54

Browse files
authored
feat: notes with alert syntax (#92)
1 parent 143ad6a commit d8d7f54

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ You need to add counter in README.md file in your profile repository via Markdow
4343
![](https://komarev.com/ghpvc/?username=your-github-username)
4444
```
4545

46-
> **NOTE**: Don't forget to replace example `your-github-username` parameter with real value.
46+
> [!NOTE]
47+
>
48+
> Don't forget to replace example `your-github-username` parameter with real value.
4749
4850
## Make it personal
4951

@@ -77,7 +79,9 @@ You can use any valid HEX color or pick from a predefined set of named colors (`
7779
![](https://komarev.com/ghpvc/?username=your-github-username&color=dc143c)
7880
```
7981

80-
> **NOTE**: HEX colors should be used without `#` symbol prefix.
82+
> [!NOTE]
83+
>
84+
> HEX colors should be used without `#` symbol prefix.
8185
8286
### Styles
8387

@@ -104,7 +108,9 @@ You can overwrite default `Profile views` text with your own label.
104108
![](https://komarev.com/ghpvc/?username=your-github-username&label=PROFILE+VIEWS)
105109
```
106110

107-
> **NOTE**: Replace whitespace with `+` character in multi-word labels.
111+
> [!NOTE]
112+
>
113+
> Replace whitespace with `+` character in multi-word labels.
108114
109115
### Base number
110116

0 commit comments

Comments
 (0)