Merge pull request #1840 from coxy1989/patch-1

Update n00b-gettingStarted.md
This commit is contained in:
GDFaber
2021-01-06 16:23:15 +01:00
committed by GitHub

View File

@@ -4,7 +4,7 @@ Creating diagrams and charts using mermaid code is simple.
The code is turned into a diagram in the web page with the use of a mermaid renderer. The code is turned into a diagram in the web page with the use of a mermaid renderer.
The mermaid renderer is a piece of javascript that parses mermaid definitions, when called. The mermaid renderer is a piece of javascript that parses mermaid definitions, when called.
This then renders a diagram based on that code in SVG, alternatively it This then renders a diagram based on that code in SVG.
Most web browsers, such as Firefox, Chrome and Safari, can render mermaid, Internet Explorer however cannot. Most web browsers, such as Firefox, Chrome and Safari, can render mermaid, Internet Explorer however cannot.