From 86f31539738f3345200f1284670c4c0aa189db4e Mon Sep 17 00:00:00 2001 From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Sun, 2 May 2021 02:43:13 -0700 Subject: [PATCH] Update n00b-syntaxReference.md --- docs/n00b-syntaxReference.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/n00b-syntaxReference.md b/docs/n00b-syntaxReference.md index a1e34d29b..4d7d130f5 100644 --- a/docs/n00b-syntaxReference.md +++ b/docs/n00b-syntaxReference.md @@ -16,9 +16,8 @@ to save diagrams, there are a couple of ways,we recommend saving the diagram's d `%%{ }%%` These are | Diagram Breakers | Reason |Solution| | --- | --- |---| -| **Comments** | || -|[`%%{``}%%`](https://github.com/mermaid-js/mermaid/issues/1968) | Similar to [Directives](./directives.md) confuses the renderer.|To comment, just use `%%`|| -| | Similar to [Directives](./directives.md) confuses the renderer.| +| **Comments** | | | +|[`%%{``}%%`](https://github.com/mermaid-js/mermaid/issues/1968) | Similar to [Directives](./directives.md) confuses the renderer.|To comment, just use `%%`| | **Flow-Charts** | || |'end' | The word "End" can cause Flowcharts and Sequence diagrams to break |wrap them in quotation marks to prevent breakage| | [Nodes inside Nodes](https://mermaid-js.github.io/mermaid/#/flowchart?id=special-characters-that-break-syntax)| Mermaid gets confused with nested shapes | wrap them in quotation marks to prevent breaking graph LR|