quarto-ext / fontawesome

Use Font Awesome icons in HTML and PDF documents.
https://quarto-ext.github.io/fontawesome/
MIT License
109 stars 10 forks source link

Making the icons clickable #17

Closed drfurtado closed 2 years ago

drfurtado commented 2 years ago

How do I make the icons clickable? I searched the guide but could find an answer.

Thank you.

cscheid commented 2 years ago

You should be able to simply wrap them in a link, [ {{< ... >}} ](link-target). You might want to tweak the CSS a little, but I think this works.