mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 23:39:50 +02:00
New documentation website: https://mermaidjs.github.io/
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/** mermaid
|
||||
* http://knsv.github.io/mermaid/
|
||||
* https://mermaidjs.github.io/
|
||||
* (c) 2015 Knut Sveidqvist
|
||||
* MIT license.
|
||||
*/
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/** mermaid
|
||||
* http://knsv.github.io/mermaid/
|
||||
* https://mermaidjs.github.io/
|
||||
* (c) 2015 Knut Sveidqvist
|
||||
* MIT license.
|
||||
*/
|
||||
@@ -50,4 +50,4 @@ message
|
||||
: 'say' TXT { $$ = $1.substring(1).trim().replace(/\\n/gm, "\n"); }
|
||||
;
|
||||
|
||||
%%
|
||||
%%
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/** mermaid
|
||||
* http://knsv.github.io/mermaid/
|
||||
* https://mermaidjs.github.io/
|
||||
* (c) 2015 Knut Sveidqvist
|
||||
* MIT license.
|
||||
*/
|
||||
@@ -192,10 +192,10 @@ graphConfig
|
||||
ending: endToken ending
|
||||
| endToken
|
||||
;
|
||||
|
||||
|
||||
endToken: NEWLINE | SPACE | EOF;
|
||||
|
||||
FirstStmtSeperator
|
||||
|
||||
FirstStmtSeperator
|
||||
: SEMI | NEWLINE | spaceList NEWLINE ;
|
||||
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/** mermaid
|
||||
* http://knsv.github.io/mermaid/
|
||||
* https://mermaidjs.github.io/
|
||||
* (c) 2015 Knut Sveidqvist
|
||||
* MIT license.
|
||||
*/
|
||||
@@ -59,4 +59,4 @@ statement
|
||||
| taskTxt taskData {yy.addTask($1,$2);$$='task';}
|
||||
;
|
||||
|
||||
%%
|
||||
%%
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/** mermaid
|
||||
* http://knsv.github.io/mermaid/
|
||||
* https://mermaidjs.github.io/
|
||||
* (c) 2014-2015 Knut Sveidqvist
|
||||
* MIT license.
|
||||
*
|
||||
|
Reference in New Issue
Block a user