quarto install extension SFOEWD/sficons
This will install the extension under the _extensions
subdirectory.
If you're using version control, you will want to check in this directory.
TO embed an icon, use the {{< sficon ...>}}
shortcode. Some examples:
{{< sficon wip >}}
{{< sficon alert >}}
The full list of available icons is available on the San Francisco Design System website.
Control the color and size of the icons:
{{< sficon arrow-right color=firebrick >}}
{{< sficon globe color=green size=5em >}}
The lua code was adapted from bsicons.