-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
how to get mermaidAPI? #617
Comments
Please take this file as example for how to use mermaid in a static HTML page: https://github.com/knsv/mermaid/blob/master/dist/index.html |
So the usage of mermaidAPI is deprecated? Everything should be done through regular mermaid,js file? After executing yarn build:watch mermaidAPI.js is not generated in dist folder |
call mermaid.mermaidAPI |
Bumps [mocha](https://github.com/mochajs/mocha) from 9.1.4 to 9.2.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v9.1.4...v9.2.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
i use <script src="mermaidAPI.js"></script> ,and i have this file ,but when i open the html , it tell me ReferenceError: mermaidAPI is not defined
this is my code
The text was updated successfully, but these errors were encountered: