diff --git a/_posts/2021/05/2021-05-26-diagrams-from-textual-descriptions.md b/_posts/2021/05/2021-05-26-diagrams-from-textual-descriptions.md index 62260b2a89f6a136f3df7f29ae5432daf5ade57a..5b8cceb7c113c1f0374535377c44477f0a375c23 100644 --- a/_posts/2021/05/2021-05-26-diagrams-from-textual-descriptions.md +++ b/_posts/2021/05/2021-05-26-diagrams-from-textual-descriptions.md @@ -165,18 +165,10 @@ You will be presented an image as shown below.  -## What Else Can Be Done? -The new feature is not limited to using PlantUML. -The new integration gives you access to more than that. -It supports, among others, [Vega](https://github.com/vega/vega), -[C4 with PlantUML](https://github.com/RicardoNiepel/C4-PlantUML), -[GraphViz](https://www.graphviz.org/) or -[BlockDiag](https://github.com/blockdiag/blockdiag). -For a complete list please refer to the official -[list of supported diagram types and formats](https://kroki.io/#support). -### Gantt Diagram with PlantUML +### Gantt Diagram +PlantUML also supports Gantt diagrams: <details> <summary>Show code</summary> <div markdown=1> @@ -204,6 +196,17 @@ For a complete list please refer to the official More in-depth information on the Gantt diagram syntax is available in the official [PlantUML documentation](https://plantuml.com/de/gantt-diagram). +## What Else Can Be Done? +The new feature is not limited to using PlantUML. +The new integration gives you access to more than that. +It supports, among others, [Vega](https://github.com/vega/vega), +[C4 with PlantUML](https://github.com/RicardoNiepel/C4-PlantUML), +[GraphViz](https://www.graphviz.org/) or +[BlockDiag](https://github.com/blockdiag/blockdiag). +For a complete list please refer to the official +[list of supported diagram types and formats](https://kroki.io/#support). + + ### Vega <details>