fix: changed open and close markers as recommended

chnged from `()(` and `())` to `(((` and `)))`
This commit is contained in:
Guy Adler
2022-02-17 17:22:38 +01:00
parent d8c7a2894e
commit 04454cece0
5 changed files with 8 additions and 8 deletions

View File

@@ -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