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