mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 22:39:56 +02:00
fix: Use AST to replace notes & warnings.
This commit is contained in:
@@ -24,12 +24,10 @@ 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}.
|
||||
>
|
||||
> >
|
||||
|
||||
## Syntax
|
||||
|
||||
|
Reference in New Issue
Block a user