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

@@ -281,7 +281,7 @@ sequenceDiagram
Comments can be entered within a sequence 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 diagram syntax
```mermaid-code
```mmd
sequenceDiagram
Alice->>John: Hello John, how are you?
%% this is a comment
@@ -337,7 +337,7 @@ This can be configured by adding one or more link lines with the format:
```
link <actor>: <link-label> @ <link-url>
```
```mermaid-code
```mmd
sequenceDiagram
participant Alice
participant John
@@ -361,7 +361,7 @@ links <actor>: <json-formatted link-name link-url pairs>
An example is below:
```mermaid-code
```mmd
sequenceDiagram
participant Alice
participant John