Merge pull request #5095 from FutzMonitor/issue1981

Changes to Gantt Parsers to allow hashes and semicolons to titles, sections, and task data.
This commit is contained in:
Sidharth Vinod
2024-01-26 17:21:58 +00:00
committed by GitHub
4 changed files with 157 additions and 5 deletions

View File

@@ -30,6 +30,21 @@
</pre>
<hr />
<pre class="mermaid">
gantt
title #; Gantt Diagrams Allow Semicolons and Hashtags #;!
accTitle: A simple sample gantt diagram
accDescr: 2 sections with 2 tasks each, from 2014
dateFormat YYYY-MM-DD
section #;Section
#;A task :a1, 2014-01-01, 30d
#;Another task :after a1 , 20d
section #;Another
Task in sec :2014-01-12 , 12d
another task : 24d
</pre>
<hr />
<pre class="mermaid">
gantt
title Airworks roadmap