diff --git a/.gitignore b/.gitignore index b365a67ad8..4be3d3a2b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules ignored -.idea \ No newline at end of file +.idea +.DS_Store diff --git a/docs/index.md b/docs/index.md index caaffc62d9..f649cad58d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -53,7 +53,7 @@ sequenceDiagram -Play with mermaid using this [editor](http://danielmschmidt.github.io/mermaid-demo/). You can also look at mermaid in action using [jsbin](http://jsbin.com/faxunexeku/1/edit?html,output). +Play with mermaid using this [editor](http://danielmschmidt.github.io/mermaid-demo/) or this [live editor](live_editor). You can also look at mermaid in action using [jsbin](http://jsbin.com/faxunexeku/1/edit?html,output). ## Further reading diff --git a/index.html b/index.html index 00820b6e20..a0db85ca24 100644 --- a/index.html +++ b/index.html @@ -229,7 +229,7 @@

mermaid

-

Play with mermaid using this editor. You can also look at mermaid in action using jsbin.

+

Play with mermaid using this editor or this live editor. You can also look at mermaid in action using jsbin.

Further reading