vuepress-plugin-mermaidjs icon indicating copy to clipboard operation
vuepress-plugin-mermaidjs copied to clipboard

Vuepress plugin for mermaid.js diagrams

Results 24 vuepress-plugin-mermaidjs issues
Sort by recently updated
recently updated
newest added

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)...

dependencies

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...

dependencies

This is the result of the rendering of the mermaid plugin in vscode ![image](https://user-images.githubusercontent.com/40878104/215724945-038a6602-b91d-4b57-8550-84daa2d0268e.png) This is the result rendered with the vuepress-plugin-mermaidjs plugin ![image](https://user-images.githubusercontent.com/40878104/215725240-bb1962b5-3360-40a1-9a1f-dddfbb5c6959.png) **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: {...