mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 22:39:56 +02:00
Remove escaped quotes with backslash feature
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user