From 7e9419f299b2db29549655909854fc836621afe2 Mon Sep 17 00:00:00 2001 From: The Alchemist Date: Thu, 1 Sep 2016 15:48:49 -0400 Subject: [PATCH] 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. --- docs/content/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/usage.md b/docs/content/usage.md index 9627b9e00..9781e7926 100644 --- a/docs/content/usage.md +++ b/docs/content/usage.md @@ -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).