mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-28 14:04:43 -04:00
added mermaid diagram (#525)
added mermaid diagram Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Co-authored-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Co-authored-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
ed523ec5ba
commit
a1d48002dd
7 changed files with 516 additions and 7 deletions
|
@ -9,6 +9,21 @@ opengraph:
|
|||
# Embedding demo
|
||||
[TOC]
|
||||
|
||||
## Mermaid
|
||||
|
||||
\`\`\`mermaid
|
||||
gantt
|
||||
title A Gantt Diagram
|
||||
|
||||
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
|
||||
\`\`\`
|
||||
|
||||
## Flowchart
|
||||
|
||||
\`\`\`flow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue