sinedied / hads

:books: Markdown superpowered documentation for Node.js
MIT License
167 stars 28 forks source link

support font-awesome #12

Closed thomasleveil closed 6 years ago

thomasleveil commented 6 years ago

Could icon syntax be supported?

https://mermaidjs.github.io/flowchart.html#basic-support-for-fontawesome

graph TD
    B["fa:fa-twitter for peace"]
    B-->C[fa:fa-ban forbidden]
    B-->D(fa:fa-spinner);
    B-->E(A fa:fa-camera-retro perhaps?);