From 273a9e7ad6706ce808135aba99862e4ce511e5fe Mon Sep 17 00:00:00 2001 From: sidharthv96 Date: Fri, 10 Mar 2023 19:53:13 +0000 Subject: [PATCH] Update docs --- docs/config/Tutorials.md | 2 +- docs/ecosystem/integrations.md | 2 +- docs/syntax/flowchart.md | 12 ------------ 3 files changed, 2 insertions(+), 14 deletions(-) diff --git a/docs/config/Tutorials.md b/docs/config/Tutorials.md index 7dda89801..7b1530eaa 100644 --- a/docs/config/Tutorials.md +++ b/docs/config/Tutorials.md @@ -6,7 +6,7 @@ # Tutorials -This is list of publicly available Tutorials for using Mermaid.JS . This is intended as a basic introduction for the use of the Live Editor for generating diagrams, and deploying Mermaid.JS through HTML. +This is a list of publicly available Tutorials for using Mermaid.JS and is intended as a basic introduction for the use of the Live Editor for generating diagrams, and deploying Mermaid.JS through HTML. **Note that these tutorials might display an older interface, but the usage of the live-editor will largely be the same.** diff --git a/docs/ecosystem/integrations.md b/docs/ecosystem/integrations.md index dd92f45db..3a9b7cd74 100644 --- a/docs/ecosystem/integrations.md +++ b/docs/ecosystem/integrations.md @@ -89,7 +89,7 @@ They also serve as proof of concept, for the variety of things that can be built - [FosWiki](https://foswiki.org) - [Mermaid Plugin](https://foswiki.org/Extensions/MermaidPlugin) - [DokuWiki](https://dokuwiki.org) - - [Flowcharts](https://www.dokuwiki.org/plugin:flowcharts?s[]=mermaid) + - [Mermaid Plugin](https://www.dokuwiki.org/plugin:mermaid) - [ComboStrap](https://combostrap.com/mermaid) - [TiddlyWiki](https://tiddlywiki.com/) - [mermaid-tw5: full js library](https://github.com/efurlanm/mermaid-tw5) diff --git a/docs/syntax/flowchart.md b/docs/syntax/flowchart.md index 547847f54..c2c04f750 100644 --- a/docs/syntax/flowchart.md +++ b/docs/syntax/flowchart.md @@ -195,18 +195,6 @@ flowchart LR id1{{This is the text in the box}} ``` -Render: - -```mermaid-example -flowchart LR - id1{{This is the text in the box}} -``` - -```mermaid -flowchart LR - id1{{This is the text in the box}} -``` - ### Parallelogram ```mermaid-example