From 359245b847a01acecd1444254c6187f7a01cba32 Mon Sep 17 00:00:00 2001 From: "Uwe Jandt (DESY)" <uwe.jandt@desy.de> Date: Fri, 28 May 2021 15:55:20 +0200 Subject: [PATCH] move gantt up a bit, to plantuml part of the blog --- ...5-26-diagrams-from-textual-descriptions.md | 23 +++++++++++-------- 1 file changed, 13 insertions(+), 10 deletions(-) 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 62260b2a8..5b8cceb7c 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> -- GitLab