Update 8.6.0_docs.md

This commit is contained in:
Neil Cuzon
2020-07-09 05:23:30 -07:00
committed by GitHub
parent c0f5b04472
commit ea72d41e6d

View File

@@ -66,6 +66,7 @@ When deployed within code, init is called before the graph/diagram description.
# Wrap
Wrap is a function that is currently only deployable for sequence diagrams.
It is a non-argument directive and can be executed thusly:
%%{wrap}%%.
**for example**:
@@ -73,7 +74,8 @@ It is a non-argument directive and can be executed thusly:
![Image showing wrapped text](https://github.com/NeilCuzon/mermaid/blob/develop/docs/img/wrapped%20text.png)
**Notes**: wrap respects manually added "<br/>" so if the user wants to break up their text, they have full control over those breaks by adding their own "<br/>" tags.
**Notes**:
wrap respects manually added <br\> so if the user wants to break up their text, they have full control over those breaks by adding their own <br\> tags.
# Resetting Configurations: