You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi π Thank you for your great plugin β it's been very helpful for my Neovim workflow!
I'd like to propose support for Mermaid v11+ in markdown-preview.nvim.
Since markdown-it-mermaid doesn't support modern Mermaid (v11+), I've created a working patch that:
Converts ```mermaid blocks to <div class="mermaid">
Adds mermaid.min.js script loading (from CDN or _static)
Initializes Mermaid via mermaid.initialize({ startOnLoad: true })