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
I got this error at mermaid.min.js:5 in browser chrome. I'm using hugo as the web server, and my markdown content is:
<div class="mermaid"> graph LR A-->B </div>
finally hugo will generate html page like:
<div class="content"> <div class="mermaid> graph LR A-->B </div> </div>
as a result, I got this error:
uncaught TypeError: t.getTransformToElement is not a function
The text was updated successfully, but these errors were encountered:
Merge pull request mermaid-js#401 from mermaid-js/dependabot/npm_and_…
96780c6
…yarn/develop/sveltejs/adapter-static-1.0.0-next.20 chore(deps-dev): bump @sveltejs/adapter-static from 1.0.0-next.19 to 1.0.0-next.20
No branches or pull requests
I got this error at mermaid.min.js:5 in browser chrome.
I'm using hugo as the web server, and my markdown content is:
finally hugo will generate html page like:
as a result, I got this error:
The text was updated successfully, but these errors were encountered: