layouts: add Mermaid support

Similar to Graphviz and TikZ support.
This commit is contained in:
Bruno BELANYI 2024-07-20 17:24:21 +01:00
parent 87ef9dd38c
commit 5a233e7384
3 changed files with 37 additions and 0 deletions

View file

@ -9,6 +9,7 @@ categories:
favorite: false
tikz: true
graphviz: true
mermaid: true
---
## Test post please ignore
@ -51,6 +52,19 @@ echo hello world | cut -d' ' -f 1
}
{{% /graphviz %}}
### Mermaid support
{{% mermaid %}}
graph TD
A[Enter Chart Definition] --> B(Preview)
B --> C{decide}
C --> D[Keep]
C --> E[Edit Definition]
E --> B
D --> F[Save Image and Code]
F --> B
{{% /graphviz %}}
### Spoilers
{{% spoiler "Don't open me" %}}