Skip to content

Commit

Permalink
Fixed octicons example in icon documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jul 18, 2021
1 parent 0f89eea commit c843fc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/icons-emojis.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,19 @@ _Example_:
```
- :material-account-circle: – `.icons/material/account-circle.svg`
- :fontawesome-regular-laugh-wink: – `.icons/fontawesome/regular/laugh-wink.svg`
- :octicons-octoface-24: – `.icons/octicons/octoface-24.svg`
- :octicons-repo-push-24: – `.icons/octicons/repo-push-24.svg`
```
_Result_:
- :material-account-circle: – [`.icons/material/account-circle.svg`][14]
- :fontawesome-regular-laugh-wink: – [`.icons/fontawesome/regular/laugh-wink.svg`][15]
- :octicons-octoface-24: – [`.icons/octicons/octoface-24.svg`][16]
- :octicons-repo-push-24: – [`.icons/octicons/repo-push-24.svg`][16]

[13]: #emoji
[14]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/material/.icons/material/account-circle.svg
[15]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/material/.icons/fontawesome/regular/laugh-wink.svg
[16]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/material/.icons/octicons/octoface-24.svg
[16]: https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/material/.icons/octicons/repo-push-24.svg

#### with colors

Expand Down

0 comments on commit c843fc7

Please sign in to comment.