Files
oam/knowledge base/mermaid.js.md
2023-04-08 17:05:55 +02:00

30 lines
651 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]
<!-- project's references -->
[documentation]: https://mermaid.js.org/intro/
[live editor]: https://mermaid.live
<!-- internal references -->
[markdown]: markdown.md
[mermaid-cli]: mermaid-cli.md
<!-- external references -->