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
This commit is contained in:
Sören Weber 2021-07-02 21:56:00 +02:00
parent 88611e0bf0
commit 120fd7929e
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -159,48 +159,6 @@ classDiagram
Class08 <--> C2: Cool label
{{</mermaid>}}
### Git example
{{</* mermaid */>}}
gitGraph:
options
{
"nodeSpacing": 150,
"nodeRadius": 10
}
end
commit
branch newbranch
checkout newbranch
commit
commit
checkout main
commit
commit
merge newbranch
{{</* /mermaid*/>}}
renders as
{{<mermaid>}}
gitGraph:
options
{
"nodeSpacing": 150,
"nodeRadius": 10
}
end
commit
branch newbranch
checkout newbranch
commit
commit
checkout main
commit
commit
merge newbranch
{{</mermaid>}}
### State Diagrams
{{</* mermaid */>}}