Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 310 Bytes

File metadata and controls

15 lines (14 loc) · 310 Bytes

discourse-mermaid-theme

```mermaid height=500
gantt
    title A Gantt Diagram
    dateFormat  YYYY-MM-DD
    section Section
    A task           :a1, 2019-01-01, 30d
    Another task     :after a1  , 20d
    section Another
    Task in sec      :2019-01-12  , 12d
    another task      : 24d
```