From 120fd7929e1ffc8ebf72d7505f1fa75820cf88c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 2 Jul 2021 21:56:00 +0200 Subject: [PATCH] mermaid git graph causes severe loading issues #5 this is a mermaid bug, we just remove the graph to don't receive bug reports that should be filed in the mermaid repo --- exampleSite/content/shortcodes/mermaid.en.md | 42 -------------------- 1 file changed, 42 deletions(-) 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 {{}}