mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-19 13:54:57 -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:
|
||||
|
||||
````
|
||||
```mermaid
|
||||
sequenceDiagram
|
||||
participant Alice
|
||||
@ -80,6 +81,7 @@ sequenceDiagram
|
||||
John->>Bob: How about you?
|
||||
Bob-->>John: Jolly good!
|
||||
```
|
||||
````
|
||||
|
||||
## Goat Ascii Diagram Examples
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user