sinedied / hads

:books: Markdown superpowered documentation for Node.js
MIT License
167 stars 28 forks source link

Mermaid mindmap #75

Open martinib77 opened 1 year ago

martinib77 commented 1 year ago

Is it possible to use the mermaid mindmap to be displayed on hads ?.

It i try with latest version, it gives the error:

Syntax error in graph mermaid version 9.3.0

The markdown to test it:

mindmap
Root
    A
      B
      C
sinedied commented 1 year ago

Currently mindmap support is experimental in mermaid, so it needs extra steps to work: https://mermaid.js.org/syntax/mindmap.html#integrating-with-your-library-website

It's not supported in Hads at the moment as it might still change, but when it's coming as a stable feature I'll include it by default.