Update n00b-gettingStarted.md

This commit is contained in:
erelling 2019-11-08 01:59:44 +01:00 committed by GitHub
parent 8db46ff762
commit 7dead548f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ But how is the code turned into a diagram in a web page? To do this we need a me
Thankfully the mermaid renderer is very accessible.
The requirement is on the part of the web browser. Modern web browsers can render mermaid, such as Firefox, Chrome, Safari. But Internet Explorer cannot. The web browser also needs to be able to access the online mermaid renderer at cdn.jsdelivr.net/npm/
The requirement is on the part of the web browser. Modern web browsers, such as Firefox, Chrome and Safari, can render mermaid. But Internet Explorer cannot. The web browser also needs to be able to access the online mermaid renderer at cdn.jsdelivr.net/npm/
For an easy introduction, here follows three practical examples for turning code into diagram with:
1. an online mermaid editor