vuepress-plugin-mermaidjs
vuepress-plugin-mermaidjs copied to clipboard
Vuepress plugin for mermaid.js diagrams
Updates the requirements on [@vuepress/utils](https://github.com/vuepress/vuepress-next) to permit the latest version. Release notes Sourced from @vuepress/utils's releases. v2.0.0-beta.61 Please refer to CHANGELOG.md for details. Changelog Sourced from @vuepress/utils's changelog. 2.0.0-beta.61 (2023-02-27)...
Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 1.15.5 to 2.0.0. Release notes Sourced from start-server-and-test's releases. v2.0.0 2.0.0 (2023-02-27) Features making the default host 127.0.0.1 (#359) (a9e395c) BREAKING CHANGES default host to ping is...
This is the result of the rendering of the mermaid plugin in vscode  This is the result rendered with the vuepress-plugin-mermaidjs plugin  **envinfo:** ``` System: OS: Windows 10...
I ran `npm install --save-dev vuepress-plugin-mermaidjs` to install plugin-mermaidjs. My config.js is below: ``` module.exports = { markdown: { extractHeaders: ['h2', 'h3', 'h4', 'h5', 'h6'], lineNumbers: true, }, plugins: {...