remark-mermaid
remark-mermaid copied to clipboard
A remark plugin for Markdown that replaces mermaid graphs with rendered SVGs.
When using `remark-mermaid` with `remark-rehype`, class diagrams that contain `` result in a badly escaped output that causes mermaid to throw an error. For example: ```mermaid classDiagram class Shape{ noOfVertices...
mermaid changed quite a lot... cli package has move to a separate package https://github.com/mermaid-js/mermaid-cli also it seems now possible to use mermaid directly by passing a string without the cli?...
I am trying to use remark-mermaid with Docusaurus v2, which seems like it could be a _very_ powerful combination. However, by default remark-mermaid saves to the current directory. It would...
My use case may be a little different. I have a markdown doc that will be actively maintained, but mostly only viewed on github. I want to include mermaid graphs,...
https://mermaidjs.github.io/#/sequenceDiagram?id=activations Seems like the use of deactivate and activate break, must use shorthand. +/-
Add option to pick the mermaid theme See https://mermaid.js.org/config/theming.html