mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-19 02:04:47 -04:00
Clarify mermaid markdown example (#2004)
This commit is contained in:
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:
|
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user