mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-21 15:09:39 +02:00
Update n00b-gettingStarted.md
This commit is contained in:
@@ -81,7 +81,9 @@ So if you want to really simplify things when testing this out, don't use a web
|
|||||||
|
|
||||||
When writing the html file, we give the web browser three instructions inside the html code:
|
When writing the html file, we give the web browser three instructions inside the html code:
|
||||||
a. A reference for fetching the online mermaid renderer, which is written in Javascript.
|
a. A reference for fetching the online mermaid renderer, which is written in Javascript.
|
||||||
|
|
||||||
b. The mermaid code for the diagram we want to create.
|
b. The mermaid code for the diagram we want to create.
|
||||||
|
|
||||||
c. The `mermaid.initialize()` command to start the rendering process.
|
c. The `mermaid.initialize()` command to start the rendering process.
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user