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.
 
 ![PlantUML JSON example](https://kroki.hzdr.de/plantuml/svg/eNp1kDurAjEQhfv9FSH1IvtQECvv1UrExlIsopnVXHYnkozgg_3vThJWC7lNIN85M-cwc0_K0Z-3mD0zIWRjnKeN6kDOhFzZM8o84FZ96LYzdE5YnQKppumjtQPvGYRNDDw5APp5Y_mrrvRAcGKtULM6EuOiiJvYfTR0D6YluzXggLkfpVh1s3gf8MWy0C6sjlpR1tVUstLHJrZpzBFC5C66Ux8WDlfTaoMnViZllQ_YWdsxKqt6HFGf_ztWf4_VaYbffUzXcOGTdoAUG-yzPpsD6nDjF8HSYBU=)
 
-## 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