mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-20 15:59:51 +02:00
Remove escaped quotes with backslash feature
This commit is contained in:
@@ -392,7 +392,6 @@ 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"]
|
||||
```
|
||||
|
||||
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