From e5cd0ced53fe786814d85810c9bf070c35c7aec5 Mon Sep 17 00:00:00 2001 From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Fri, 26 Jun 2020 22:46:09 -0700 Subject: [PATCH] Update sequenceDiagram.md --- docs/sequenceDiagram.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sequenceDiagram.md b/docs/sequenceDiagram.md index 84e584dfe..d41f11f0b 100755 --- a/docs/sequenceDiagram.md +++ b/docs/sequenceDiagram.md @@ -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