From 52d84a99ac6cc52fbf96e321eeb683806d465e5d Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Wed, 11 Dec 2019 21:28:07 +0100 Subject: [PATCH] #552 Adding docs --- docs/gantt.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/gantt.md b/docs/gantt.md index 80421bb35..521e0b27a 100755 --- a/docs/gantt.md +++ b/docs/gantt.md @@ -87,6 +87,20 @@ gantt Add another diagram to demo page :48h ``` +It is possible to set multiple depenendenies separated by space: +``` + gantt + apple :a, 2017-07-20, 1w + banana :crit, b, 2017-07-23, 1d + cherry :active, c, after b a, 1d +``` +``` + gantt + apple :a, 2017-07-20, 1w + banana :crit, b, 2017-07-23, 1d + cherry :active, c, after b a, 1d +``` + ### Title Tbd