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
npm install -g mermaid-cli
And set "mermaid_cmd" from 'conf.py'.
mermaid_cmd = r"C:\Users\xxxxx\AppData\Roaming\npm\mermaid.cmd"
mermaid_cmd path can be examined with the below command.
where mermaid
Currently using mermaid, the screen will be white out.Set png for mermaid_output_format as a temporary workaround.
png
mermaid_output_format
# conf.py mermaid_output_format="png"
The text was updated successfully, but these errors were encountered:
mermaid css bug issue
mermaid-js/mermaid#527
Sorry, something went wrong.
No branches or pull requests
And set "mermaid_cmd" from 'conf.py'.
mermaid_cmd path can be examined with the below command.
bugs
Currently using mermaid, the screen will be white out.Set
png
formermaid_output_format
as a temporary workaround.The text was updated successfully, but these errors were encountered: