Clarify mermaid markdown example (#2004)

This commit is contained in:
Joe Mooring
2023-03-17 08:34:53 -07:00
committed by GitHub
parent 1b11dcd5c5
commit 90c82d7ea4
@@ -67,6 +67,7 @@ And then include this snippet at the bottom of the content template (**Note**: b
With that you can use the `mermaid` language in Markdown code blocks:
````
```mermaid
sequenceDiagram
participant Alice
@@ -80,6 +81,7 @@ sequenceDiagram
John->>Bob: How about you?
Bob-->>John: Jolly good!
```
````
## Goat Ascii Diagram Examples