quarto-ext / fontawesome

Use Font Awesome icons in HTML and PDF documents.
MIT License
105 stars 10 forks source link

Add typst support (#31) #36

Open elipousson opened 8 months ago

elipousson commented 8 months ago

Added support based on the examples/documentation here: https://typst.app/project/rQwGUWt5p33vrsb_uNPR9F

The ensure_typst_font_awesome function is copied from quarto-cli (I was unsure if there is someway to reuse it without creating it again) https://github.com/quarto-dev/quarto-cli/blob/312912c165a51f82f8fd0ba6b5f8e6f850294a90/src/resources/filters/customnodes/callout.lua#L665-L671