Add missing space for 'Labels out of bounds' section

If you go to http://knsv.github.io/mermaid/#simple-usage-on-a-web-page, you'll see that the '###' did not get translated, probably because there needs to be a space between '###' and the text.
This commit is contained in:
The Alchemist 2016-09-01 15:48:49 -04:00 committed by GitHub
parent 92c7fe9bf6
commit 7e9419f299
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ Would end up like this:
```
An id is also added to mermaid tags without id.
###Labels out of bounds
### Labels out of bounds
If you use dynamically loaded fonts that are loaded through CSS, such as Google fonts, mermaid should wait for the
whole page to have been loaded (dom + assets, particularly the fonts file).