Remove escaped quotes with backslash feature

This commit is contained in:
Ibrahim Wassouf
2023-07-31 21:35:56 -03:00
parent b5456813e8
commit 834c67ecaa
6 changed files with 4 additions and 20 deletions

View File

@@ -610,13 +610,11 @@ For quotation marks, you can escape them with a backslash as well.
```mermaid-example
flowchart LR
A["A double quote:#quot;"] --> B["A dec char:#9829;"]
B --> C["This is a \"square\" vertex"]
```
```mermaid
flowchart LR
A["A double quote:#quot;"] --> B["A dec char:#9829;"]
B --> C["This is a \"square\" vertex"]
```
Numbers given are base 10, so `#` can be encoded as `#35;`. It is also supported to use HTML character names.