diff --git a/exampleSite/content/shortcodes/mermaid.en.md b/exampleSite/content/shortcodes/mermaid.en.md index c801bb2605..23176b7786 100644 --- a/exampleSite/content/shortcodes/mermaid.en.md +++ b/exampleSite/content/shortcodes/mermaid.en.md @@ -159,48 +159,6 @@ classDiagram Class08 <--> C2: Cool label {{}} -### Git example - - {{}} - gitGraph: - options - { - "nodeSpacing": 150, - "nodeRadius": 10 - } - end - commit - branch newbranch - checkout newbranch - commit - commit - checkout main - commit - commit - merge newbranch - {{}} - -renders as - -{{}} -gitGraph: -options -{ - "nodeSpacing": 150, - "nodeRadius": 10 -} -end - commit - branch newbranch - checkout newbranch - commit - commit - checkout main - commit - commit - merge newbranch -{{}} - ### State Diagrams {{}}