Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
Stroop
Stroop
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • demos
  • StroopStroop
  • Wiki
  • Home

Home · Changes

Page history
Added code explaining the use of Mermaid for Gantt authored Jul 27, 2018 by Jonathan Peirce's avatar Jonathan Peirce
Hide whitespace changes
Inline Side-by-side
Showing with 20 additions and 1 deletion
+20 -1
  • home.md home.md +20 -1
  • No files found.
home.md
View page @ 69674df5
...@@ -7,14 +7,33 @@ The wiki supports even more amazing goodies though. You can refer to parts of yo ...@@ -7,14 +7,33 @@ The wiki supports even more amazing goodies though. You can refer to parts of yo
You can even use [mermaid](https://mermaidjs.github.io/) to add charts like flow diagrams and Gantt charts. Checkout the code for this: You can even use [mermaid](https://mermaidjs.github.io/) to add charts like flow diagrams and Gantt charts. Checkout the code for this:
```
```mermaid
gantt
title Study plans
dateFormat YYYY-MM-DD
section Study 1
Pilot :a1, 2018-01-01, 10d
Main participants :after a1 , 40d
section Study 2
Check modelling code :2018-01-12 , 12d
Forward modelling of results : 24d
``````
results in
```mermaid ```mermaid
gantt gantt
title Study plans title Study plans
dateFormat YYYY-MM-DD dateFormat YYYY-MM-DD
section Study 1 section Study 1
Pilot :a1, 2018-01-01, 10d Pilot :a1, 2018-01-01, 10d
Main participants :after a1 , 40d Main participants :after a1 , 40d
section Study 2 section Study 2
Check modelling code :2018-01-12 , 12d Check modelling code :2018-01-12 , 12d
Forward modelling of results : 24d Forward modelling of results : 24d
``` ```
\ No newline at end of file
Clone repository
  • Home