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
I was thinking of somewhat extending the exisiting renderer. mermaid diagrams can be fully integrated into markdown files.
Unfortunately I stumble upon an issue while doing some tests. Mermaid is calling document while initialization which lead me to this issue : mermaid-js/mermaid#3650. It's not ready to run on node yet.
So for now It can only init on the client side. Mermaid's doc suggests an integration for marked with :
Which scope/s are relevant/related to the feature request?
content
Information
Mermaidjs is a quite famous lib to create diagrams & charts from a markdown-like format.
I would be a great addition to add the support for it to the Analog 👍
Describe any alternatives/workarounds you're currently using
No response
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: