mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-24 17:59:39 +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.
|
||||
*/
|
||||
@@ -192,10 +192,10 @@ graphConfig
|
||||
ending: endToken ending
|
||||
| endToken
|
||||
;
|
||||
|
||||
|
||||
endToken: NEWLINE | SPACE | EOF;
|
||||
|
||||
FirstStmtSeperator
|
||||
|
||||
FirstStmtSeperator
|
||||
: SEMI | NEWLINE | spaceList NEWLINE ;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user