bpruitt-goddard / vscode-mermaid-syntax-highlight

Markdown syntax support for the Mermaid charting language
MIT License
98 stars 37 forks source link

fontawsome icon work in preview but is not shown when generating an image. #143

Open alanlivio opened 1 month ago

alanlivio commented 1 month ago

For instance, this basic example from the mermaid documentation is not shown when generating an image.

flowchart 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?)
bpruitt-goddard commented 1 week ago

This repo/extension is only for the syntax highlighting, which appears to be working: image

You might be looking for a different repo/extension that is rendering the image. Perhaps Mermaid Preview?