Improve docs around escape characters

This commit is contained in:
zepatrik
2021-02-09 11:01:27 +01:00
parent 1f523ee843
commit dc14b2f9fe
2 changed files with 19 additions and 0 deletions

View File

@@ -497,6 +497,8 @@ It is possible to escape characters using the syntax exemplified here.
A["A double quote:#quot;"] -->B["A dec char:#9829;"]
```
Numbers given are base 10, so `#` can be encoded as `#35;`. It is also supported to use HTML character names.
## Subgraphs
```