SCCapstone / sandbox

just playing around
1 stars 1 forks source link

Test mermaid #165

Closed josemvidal closed 2 years ago

josemvidal commented 2 years ago
  graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;
gantt
    title A Gantt Diagram
    dateFormat  YYYY-MM-DD
    section S1
    A task 165            :a1, 2014-01-01, 30d
    Another task     :after a1  , 20d
    section Another
    Task in sec      :2014-01-12  , 12d
    another task      : 24d