Switch from mermaid-code -> mmd

This commit is contained in:
Yash-Singh1
2021-11-10 18:04:40 -08:00
parent 2ae442accc
commit d140a9df8f
13 changed files with 33 additions and 33 deletions

View File

@@ -247,7 +247,7 @@ If you describe the same diagram using the the basic syntax, it will take four l
word of warning, one could go overboard with this making the graph harder to read in
markdown form. The Swedish word `lagom` comes to mind. It means, not too much and not too little.
This goes for expressive syntaxes as well.
```mermaid-code
```mmd
graph TB
A --> C
A --> D
@@ -486,7 +486,7 @@ Beginners tip, a full example using interactive links in a html context:
Comments can be entered within a flow diagram, which will be ignored by the parser. Comments need to be on their own line, and must be prefaced with `%%` (double percent signs). Any text after the start of the comment to the next newline will be treated as a comment, including any flow syntax
```mermaid-code
```mmd
graph LR
%% this is a comment A -- text --> B{node}
A -- text --> B -- text2 --> C