SemanticMediaWiki / Mermaid

Provides a parser function to generate diagrams and flowcharts with the help of the mermaid script language
https://www.mediawiki.org/wiki/Extension:Mermaid
Other
36 stars 23 forks source link

Add support for fontawesome #75

Open felickz opened 3 years ago

felickz commented 3 years ago

Setup and configuration

Issue

graph TD
    A[Christmas] -->|Get money| B(Go shopping)
    B --> C{Let me think}
    C -->|One| D[Laptop]
    C -->|Two| E[iPhone]
    C -->|Three| F[fa:fa-bus Service Bus]

image

Recommendation: Consider support or documentation how to configure fontawesome

kghbln commented 3 years ago

Thanks for suggesting.