-
https://zhang-xiaodi1.gitee.io/2023/01/16/mermaidjs-demo/?
123456789sequenceDiagram Alice->>John: Hello John, how are you? loop Healthcheck John->>John: Fight against hypochondria end …
-
We are using `re-mark` for rendering markdown.
Adding the following plugins significantly improve surfing experience:
- remark-lint
- remark-toc
- remark-mdx
- remark-math
- remark-frontmatte…
-
### Use-cases
Github now natively supports mermaid diagrams in its markdown syntax. It would be useful for `terraform graph` to be able to natively export these for use in repository documentation.
…
-
To better understand workflow configuration, they should be visualized, maybe with https://mermaidjs.github.io/flowchart.html
-
I built a way to display diagram sequences from jaeger traces (with some specific tags for asynchronous messages) by leveraging mermaidjs and grafana:
https://github.com/alexvaut/OpenTracingDiagram
…
-
Actually you can perfectly use the gantt diagram to draw tasks on hours, minutes or even seconds base.
This could make mermaid a powerful tool to easily visualize time trackings (like visualize a tas…
-
Now that support for 7.0.0 has been merged in the main branch, it could be feasible to support subgraphs (even nested ones)
I know you are implementing subgraphs/clusters for GraphViz too, and I gu…
-
I'd love to see support for something like [MermaidJS](https://github.com/mermaid-js/mermaid) to be able to render various diagrams a lot quicker than manually constructing them from the shape tools. …
-
https://github.com/rasendubi/uniorg/blob/466fd42940cd2f83d6ccdd888c1d5938b8f572eb/packages/uniorg-rehype/src/org-to-hast.ts#L335
Currently the export-block supports only HTML. It'd be great if this…
-
Thank you for developing this extension! It's very useful.
Currently, the documentation states that Mermaid version 8.12.1 is being used, but the current version is 10.2.0. Could you please update …