Skip to content

GitLab

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

Home · Changes

Page history
Better formatting of the code example code authored Jul 27, 2018 by Jonathan Peirce's avatar Jonathan Peirce
Show whitespace changes
Inline Side-by-side
home.md
View page @ ad166a76
......@@ -5,11 +5,10 @@ You can have all the normal markdown objects like titles, links etc. If you add
The wiki supports even more amazing goodies though. You can refer to parts of you project, like commits (just type in the commit id) , issues (using `#`) or other pavlovia users (using `@`).
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 this chart and the code below that generated it
```
```mermaid
gantt
```mermaid
gantt
title Study plans
dateFormat YYYY-MM-DD
......@@ -20,12 +19,13 @@ You can even use [mermaid](https://mermaidjs.github.io/) to add charts like flow
section Study 2
Check modelling code :2018-01-12 , 12d
Forward modelling of results : 24d
``````
```
results in
That was generated by this super-simple code:
```mermaid
gantt
<pre>
```mermaid
gantt
title Study plans
dateFormat YYYY-MM-DD
......@@ -36,4 +36,5 @@ gantt
section Study 2
Check modelling code :2018-01-12 , 12d
Forward modelling of results : 24d
```
```
</pre>
Clone repository
  • Home