Files
oam/knowledge base/mermaid.js.md
2023-07-09 18:00:36 +02:00

32 lines
629 B
Markdown

# mermaid.js
JavaScript based diagramming and charting tool.<br/>
Renders Markdown-inspired text definitions to create and modify diagrams dynamically.
## Table of contents <!-- omit in toc -->
1. [Live editor](#live-editor)
1. [Further readings](#further-readings)
## Live editor
Mermaid.js offers a [live editor] to check the graph code.
## Further readings
- Official [documentation]
- [Markdown]
- [mermaid-cli]
<!--
References
-->
<!-- Upstream -->
[documentation]: https://mermaid.js.org/intro/
[live editor]: https://mermaid.live
<!-- Knowledge base -->
[markdown]: markdown.md
[mermaid-cli]: mermaid-cli.md