layouts: add Graphviz support

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

View file

@ -8,6 +8,7 @@ tags:
categories:
favorite: false
tikz: true
graphviz: true
---
## Test post please ignore
@ -40,6 +41,16 @@ echo hello world | cut -d' ' -f 1
\end{tikzpicture}
{{% /tikz %}}
### Graphviz support
{{% graphviz %}}
graph {
a -- b
b -- c
c -- a
}
{{% /graphviz %}}
### Spoilers
{{% spoiler "Don't open me" %}}