layouts: add Mermaid support
Similar to Graphviz and TikZ support.
This commit is contained in:
parent
87ef9dd38c
commit
5a233e7384
3 changed files with 37 additions and 0 deletions
|
|
@ -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" %}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue