aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 64dac8e..e482082 100644
--- a/README.md
+++ b/README.md
@@ -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&amp;white")
- whereas the TL-WHO user just writes (:div "black&white"); the &amp;
- escape is produced by TL-WHO.
+
+ The CL-WHO user has to remember to write `(:div "black&amp;white")`
+ whereas the TL-WHO user just writes `(:div "black&white");` the
+ `&amp;` 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: