Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font Awesome Icons seem not to be supported in Mermaid Syntax #22

Open
acsr opened this issue Apr 11, 2023 · 0 comments
Open

Font Awesome Icons seem not to be supported in Mermaid Syntax #22

acsr opened this issue Apr 11, 2023 · 0 comments

Comments

@acsr
Copy link

acsr commented Apr 11, 2023

Font Awesome icons are not displayed in Logseq 0.9.1 MacOS and Fenced Code Plus 0.0.5

No idea if you need to install something additional to make it work.

In general the Font Awesome Support in Mermaid is tricky, because of backward compatibility challenges see links below

Mermaid Code

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

should look like:
image

but looks like
image

see:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant