We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some mermaidjs features are not properly rendered in the preview, such as:
For example:
[mermaid,target=mermaid-example,theme=forest] .... flowchart exemple(fa:fa-spinner Example node with a font-awesome spinner) ....
Observed preview:
Expected preview would be the same as the output of asciidoctor mermaid.adoc -r asciidoctor-diagram:
asciidoctor mermaid.adoc -r asciidoctor-diagram
The text was updated successfully, but these errors were encountered:
Workaround for the theme: define style options inside the diagram.
[mermaid,target=mermaid-example] .... %%{init: {'theme' : 'forest'}}%% flowchart exemple(fa:fa-spinner Example node with a font-awesome spinner) ....
Sorry, something went wrong.
No branches or pull requests
Some mermaidjs features are not properly rendered in the preview, such as:
For example:
Observed preview:
Expected preview would be the same as the output of
asciidoctor mermaid.adoc -r asciidoctor-diagram
:The text was updated successfully, but these errors were encountered: