Open fugohan opened 11 months ago
I'm also using mermaid. I have two possible solutions:
```mermaid
sequenceDiagram
Alice->Bob: Hello Bob, how are you?
becomes
[mermaid] sequenceDiagram Alice->Bob: Hello Bob, how are you? [/mermaid]
2. Second option: Doesn't require a server side dependency.
Render the mermaid diagram client side into an image, upload the image, and replace the mermaid markdown with the generated image. This is ideal from an Obsidian user perspective as the diagram will be rendered with the same style as displayed in Obsidian.
Hey, I saw that this plugin is converting my code snippets and MermaidJS pictures into text. Is there any possibility to display them correctly in WordPress?