Draws a diagram through a Kroki server — Graphviz, D2, BPMN, Vega, Structurizr, TikZ and two dozen more.
digraph G {
Hello -> World
}
| Parameter | Default Value | Possible Values |
|---|---|---|
type |
graphviz |
see dropdown list |
server |
https://kroki.io |
- |
format |
svg |
svg, png |
caption |
<none> |
- |
align |
left |
left, center |
The body consists of a Kroki code block.
Check out the Kroki Reference for more details.
::block-kroki
```kroki
digraph G {
Hello -> World
}
```
::