@@ -159,6 +159,35 @@ It supports, among others, [Vega](https://github.com/vega/vega),
For a complete list please refer to the official
[list of supported diagram types and formats](https://kroki.io/#support).
### Gantt Diagram with PlantUML
<details>
<summary>Show code</summary>
<divmarkdown=1>
```plantuml
@startgantt
printscale weekly
Project starts the 1st of July 2021
[Literature Review] lasts 4 weeks
[Literature Review] is 100% completed
then [Run Experiments] lasts 12 weeks
[Run Experiments] is 70% completed
-- Phase Two --
then [Data Analysis] lasts 8 weeks
[Data Analysis] is 0% completed
then [Write Publication] lasts 6 weeks
[Write Publication] is 0% completed
@endgantt
```
</div>
</details>

More in-depth information on the Gantt diagram syntax is available in the
official [PlantUML documentation](https://plantuml.com/de/gantt-diagram).
### Vega
<details>
...
...
@@ -466,10 +495,6 @@ As usual, the deployment can be reproduced via the corresponding