Update n00b-syntaxReference.md

This commit is contained in:
Neil Cuzon 2021-03-29 02:56:05 -07:00 committed by GitHub
parent bce5cf9400
commit 96e89f5ce5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 7 deletions

View File

@ -3,11 +3,7 @@
If you are new to mermaid, read the [Getting Started](n00b-gettingStarted.md) and [Overview](n00b-overview.md) sections, to learn the basics of mermaid.
Video Tutorials can be found at the bottom of the Overview Section.
This section is a list of diagram types supported by mermaid. Below is a list of links to articles that explain the syntax of the diagrams or charts that can be called.
They also detail how diagrams can be defined, or described in the manner with which the diagram is to be rendered by Mermaid.
### The benefits of text based diagramming are its speed and modifiability. Mermaid allows for easy maintenance and modification of diagrams. This means your diagrams will always be up to date and closely follow your code and improve your documentation.
Below is a list of diagram types supported by mermaid and how they can be defined.
## mermaid tag
These Diagram Definitions can be entered within a \<div class=mermaid> tag.
@ -21,8 +17,7 @@ like so :
</div>
```
## Mermaid Live Editor
You can proofread your definitions in real-time with the [Mermaid Live Editor](https://mermaid-js.github.io/mermaid-live-editor), additionally, you can also render and download them immediately using the Live Editor.
You can proofread or render and download your definitions in real-time with the [Mermaid Live Editor](https://mermaid-js.github.io/mermaid-live-editor).
This would then offer you the following choices to download the diagram:
![Flowchart](./img/DownloadChoices.png)