docs: added warning and notes

This commit is contained in:
Emerson Bottero
2022-10-18 00:07:14 -03:00
parent d296049d19
commit e95eaddf8a
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}.