Skip to content

Commit

Permalink
feat: notes with alert syntax (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
1chooo committed Jun 14, 2024
1 parent 143ad6a commit d8d7f54
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ You need to add counter in README.md file in your profile repository via Markdow
![](https://komarev.com/ghpvc/?username=your-github-username)
```

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

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

> **NOTE**: HEX colors should be used without `#` symbol prefix.
> [!NOTE]
>
> HEX colors should be used without `#` symbol prefix.
### Styles

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

> **NOTE**: Replace whitespace with `+` character in multi-word labels.
> [!NOTE]
>
> Replace whitespace with `+` character in multi-word labels.
### Base number

Expand Down

0 comments on commit d8d7f54

Please sign in to comment.