I've looked at the implementation of this packages and it looks like all of current Mermaid syntax should be supported, yet, if I generate documentation using things like {{}} or ([])or [*] for flow diagrams, no diagram will be generated or the branch of the graph that uses these conventions will be missing.
If I try using the sequenceDiagram-v2, I get nothing either.
Nothing is mentioned about current limitations of the package so I was expecting all of Mermaid notation to work but... it doesn't.
If that's any help, I'm using jsdoc in combination with better-docs together with their template. Here's what my jsdoc.json looks like:
At the moment, I am only able to generate graphs with the "graph TD", not any other type of graph (gitgraph, flowchart, user journey, etc). any solutions for this?
I've looked at the implementation of this packages and it looks like all of current Mermaid syntax should be supported, yet, if I generate documentation using things like
{{}}
or([])
or[*]
for flow diagrams, no diagram will be generated or the branch of the graph that uses these conventions will be missing. If I try using the sequenceDiagram-v2, I get nothing either. Nothing is mentioned about current limitations of the package so I was expecting all of Mermaid notation to work but... it doesn't.If that's any help, I'm using jsdoc in combination with better-docs together with their template. Here's what my jsdoc.json looks like: