From 553b964ab87f37126fa985a2290215d9535a89b6 Mon Sep 17 00:00:00 2001 From: NeilCuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Sat, 22 Feb 2020 23:11:51 -0800 Subject: [PATCH] Update n00b-gettingStarted.md --- docs/n00b-gettingStarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/n00b-gettingStarted.md b/docs/n00b-gettingStarted.md index cc952ddcf..3e76257e1 100644 --- a/docs/n00b-gettingStarted.md +++ b/docs/n00b-gettingStarted.md @@ -33,7 +33,7 @@ It is also an easier way to develop diagrams. You can also click "Copy Markdown" The `Mermaid configuration` is for controlling mermaid behaviour. An easy introduction to mermaid configuration is found in the [Advanced usage](n00b-advanced.md) section. A complete configuration reference cataloguing default values is found on the [mermaidAPI](mermaidAPI.md) page. -## 2. Using mermaid plugins +## 2. Using mermaid plugins: Thanks to the growing popularity of mermaid, many plugins already exist which incorporate a mermaid renderer. One example is the [Atom plugin](https://atom.io/packages/atom-mermaid) for mermaid. @@ -69,7 +69,7 @@ When the mermaid plugin is installed on a Confluence server, one can insert a me --- -## 3. mermaid using any web server (or just a browser) +## 3. mermaid using any web server (or just a browser): This method can be used with any common web server. Apache, IIS, nginx, node express [...], you pick your favourite.