From 7aab34b54077cc535458d442ae40a23a9fe0b3d1 Mon Sep 17 00:00:00 2001 From: NeilCuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Sat, 22 Feb 2020 22:16:26 -0800 Subject: [PATCH] Update n00b-gettingStarted.md --- docs/n00b-gettingStarted.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/n00b-gettingStarted.md b/docs/n00b-gettingStarted.md index 4c3683af1..bf57d8ab0 100644 --- a/docs/n00b-gettingStarted.md +++ b/docs/n00b-gettingStarted.md @@ -20,6 +20,7 @@ Most widely used web browsers, such as Firefox, Chrome and Safari, can render me A great way to get started with mermaid is to visit [The mermaid live editor](https://mermaidjs.github.io/mermaid-live-editor). In the `Code` section one can write or edit raw mermaid code, and instantly `Preview` the rendered result on the panel beside it. + ![Flowchart](./img/n00b-liveEditor.png) You can also copy the code from the code section and paste it into either a mermaid plugin or in inside an html file, which will be taught in numbers 2 and 3.