mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-16 05:49:43 +02:00
feat(arch): edge labels implemented
This commit is contained in:
@@ -18,7 +18,7 @@ fragment Statement:
|
||||
;
|
||||
|
||||
fragment Arrow:
|
||||
lhsInto?=ARROW_INTO? lhsDir=ARROW_DIRECTION '--' rhsDir=ARROW_DIRECTION rhsInto?=ARROW_INTO?
|
||||
lhsInto?=ARROW_INTO? lhsDir=ARROW_DIRECTION ('--' | '-' title=ARCH_TITLE '-') rhsDir=ARROW_DIRECTION rhsInto?=ARROW_INTO?
|
||||
;
|
||||
|
||||
Group:
|
||||
|
Reference in New Issue
Block a user