Skip to content

Commit

Permalink
docs: Add Quarto Iconify Example for simple-icons:quarto (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil authored Jun 6, 2024
1 parent ab0b58e commit aec8585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ To embed an icon, use the `{{< iconify >}}` shortcode[^1]. For example:
{{< iconify twemoji 1st-place-medal >}}
{{< iconify line-md loading-alt-loop >}}
{{< iconify fa6-brands apple width=50px height=10px rotate=90deg flip=vertical >}}
{{< iconify simple-icons:quarto >}}
```

This extension includes support for thousands of icons (including animated icons).
Expand Down
1 change: 1 addition & 0 deletions example.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ For example:
| `{{{< iconify twemoji 1st-place-medal >}}}` | {{< iconify twemoji 1st-place-medal >}} |
| `{{{< iconify line-md loading-alt-loop >}}}` | {{< iconify line-md loading-alt-loop >}} |
| `{{{< iconify fa6-brands apple width=50px height=10px rotate=90deg flip=vertical >}}}` | {{< iconify fa6-brands apple width=50px rotate=90deg flip=vertical >}} |
| `{{{< iconify simple-icons:quarto >}}}` | {{< iconify simple-icons:quarto >}} |

0 comments on commit aec8585

Please sign in to comment.