docs: added warning and notes

This commit is contained in:
Emerson Bottero
2022-10-18 00:05:27 -03:00
parent c45bf055b6
commit d296049d19
6 changed files with 19 additions and 19 deletions

View File

@@ -24,7 +24,7 @@ sequenceDiagram
Alice-)John: See you later!
```
> Note
> **Note**
> 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}.