From c4e6e5eca4712ab223594cf8f2dc3c86add9e458 Mon Sep 17 00:00:00 2001 From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Thu, 9 Jul 2020 05:25:15 -0700 Subject: [PATCH] Update 8.6.0_docs.md --- docs/8.6.0_docs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/8.6.0_docs.md b/docs/8.6.0_docs.md index e1f1807d4..4b3f4830a 100644 --- a/docs/8.6.0_docs.md +++ b/docs/8.6.0_docs.md @@ -69,7 +69,7 @@ It is a non-argument directive and can be executed thusly: %%{wrap}%%. -**for example**: +**an example of text wrapping in a sequence diagram**: ![Image showing wrapped text](https://github.com/NeilCuzon/mermaid/blob/develop/docs/img/wrapped%20text.png) @@ -77,6 +77,8 @@ It is a non-argument directive and can be executed thusly: **Notes**: wrap respects manually added so if the user wants to break up their text, they have full control over those breaks by adding their own tags. +as of now, wrap is only usable in sequence diagrams. + # Resetting Configurations: There are two more functions in the mermaidAPI that can be called by site owners: **reset** and **globalReset**.