Description

Draws a diagram through a Kroki server — Graphviz, D2, BPMN, Vega, Structurizr, TikZ and two dozen more.

Demo

digraph G {
  Hello -> World
}

Parameters

Parameter Default Value Possible Values
type graphviz see dropdown list
server https://kroki.io -
format svg svg, png
caption <none> -
align left left, center

Body

The body consists of a Kroki code block.

Check out the Kroki Reference for more details.

Default Code

::block-kroki
```kroki
digraph G {
  Hello -> World
}
```
::