mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-27 19:29:38 +02:00
fix: changed open and close markers as recommended
chnged from `()(` and `())` to `(((` and `)))`
This commit is contained in:
@@ -1047,7 +1047,7 @@
|
||||
L1[/red text\] <-->|default style| L2[/blue text\]
|
||||
M1[\red text/] <-->|default style| M2[\blue text/]
|
||||
N1[red text] <-->|default style| N2[blue text]
|
||||
O1()(red text)() <-->|default style| O2()(blue text)()
|
||||
O1(((red text))) <-->|default style| O2(((blue text)))
|
||||
linkStyle default color:Sienna;
|
||||
style A1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
|
||||
style B1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
|
||||
|
Reference in New Issue
Block a user