mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-12 03:49:43 +02:00
Merge pull request #1503 from NeilCuzon/patch-4
Update sequenceDiagram.md
This commit is contained in:
@@ -16,6 +16,10 @@ sequenceDiagram
|
|||||||
John-->>Alice: Great!
|
John-->>Alice: Great!
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## A note on nodes, the word "end" could potentially break the diagram, due to the way that the mermaid language is scripted.
|
||||||
|
## If unavoidable, one must use parentheses(), quotation marks "", or brackets {},[], to enclose the word "end". i.e : (end), [end], {end}.
|
||||||
|
|
||||||
|
|
||||||
## Syntax
|
## Syntax
|
||||||
|
|
||||||
### Participants
|
### Participants
|
||||||
|
Reference in New Issue
Block a user