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

@@ -368,7 +368,7 @@ flowchart TD
I{{red text}} -->|default style| J[/blue text/]
K[\\ red text\\] -->|default style| L[/blue text\\]
M[\\ red text/] -->|default style| N[blue text];
O()(red text)() -->|default style| P()(blue text)();
O(((red text))) -->|default style| P(((blue text)));
linkStyle default color:Sienna;
style A stroke:#ff0000,fill:#ffcccc,color:#ff0000;
style B stroke:#0000ff,fill:#ccccff,color:#0000ff;