Merge pull request #1503 from NeilCuzon/patch-4

Update sequenceDiagram.md
This commit is contained in:
Knut Sveidqvist
2020-06-30 16:31:20 +02:00
committed by GitHub

View File

@@ -16,6 +16,10 @@ sequenceDiagram
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
### Participants