mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-09 18:39:41 +02:00
fixed rendering
This commit is contained in:
@@ -29,7 +29,6 @@ entry GitGraph:
|
||||
'gitGraph' Direction? ':'?
|
||||
NEWLINE*
|
||||
(
|
||||
Options?
|
||||
NEWLINE*
|
||||
(TitleAndAccessibilities |
|
||||
statements+=Statement |
|
||||
@@ -48,9 +47,6 @@ Statement
|
||||
Direction:
|
||||
dir=('LR' | 'TB' | 'BT');
|
||||
|
||||
Options:
|
||||
'options' '{' rawOptions+=STRING* '}' EOL;
|
||||
|
||||
Commit:
|
||||
'commit'
|
||||
(
|
||||
|
Reference in New Issue
Block a user