Update 8.6.0_docs.md

This commit is contained in:
Neil Cuzon 2020-07-09 05:25:15 -07:00 committed by GitHub
parent ea72d41e6d
commit c4e6e5eca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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 <br\> so if the user wants to break up their text, they have full control over those breaks by adding their own <br\> 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**.