From 00802ffe7ad919e4e35c6e07669367ee0ae68e4a Mon Sep 17 00:00:00 2001 From: erelling <54530323+erelling@users.noreply.github.com> Date: Fri, 8 Nov 2019 01:45:29 +0100 Subject: [PATCH] Update n00b-gettingStarted.md --- docs/n00b-gettingStarted.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/n00b-gettingStarted.md b/docs/n00b-gettingStarted.md index b014f6883..3745da71a 100644 --- a/docs/n00b-gettingStarted.md +++ b/docs/n00b-gettingStarted.md @@ -77,7 +77,9 @@ Through the html file, we give the web browser three instructions inside the htm 2. the mermaid code we want to diagram. 3. the `mermaid.initialize()` command to start the rendering process -All this is done in the html `` section of the web page. This is what needs to go into the html file: +All this is done in the html `` section of the web page. + +This is what needs to go into the html file: