diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -132,9 +132,10 @@ Here are the differences to be aware of: "<a href='https://example.com'>malicious here</a><a href='blah'>click me</a>" Not escaping constant material is error-prone. - The CL-WHO user has to remember to write (:div "black&white") - whereas the TL-WHO user just writes (:div "black&white"); the & - escape is produced by TL-WHO. + + The CL-WHO user has to remember to write `(:div "black&white")` + whereas the TL-WHO user just writes `(:div "black&white");` the + `&` escape is produced by TL-WHO. * TL-WHO provides a `noesc` syntax. When the value of an attribute is expressed as `(noesc <expr>)`, escaping is disabled: |