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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: With that you can use the `mermaid` language in Markdown code blocks:
````
```mermaid ```mermaid
sequenceDiagram sequenceDiagram
participant Alice participant Alice
@ -80,6 +81,7 @@ sequenceDiagram
John->>Bob: How about you? John->>Bob: How about you?
Bob-->>John: Jolly good! Bob-->>John: Jolly good!
``` ```
````
## Goat Ascii Diagram Examples ## Goat Ascii Diagram Examples