Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Mar 10, 2023
1 parent f75bd39 commit 273a9e7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/config/Tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

Expand Down
2 changes: 1 addition & 1 deletion docs/ecosystem/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
12 changes: 0 additions & 12 deletions docs/syntax/flowchart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 273a9e7

Please sign in to comment.