From da474f980acefdb93040615fbb850448b4525b51 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 4 Jun 2023 07:10:30 -0700 Subject: README: put some code in code blocks. * README.md: Some code snippets containing HTML escapes are not put in backticks and so those escapes are being rendered. --- README.md | 7 ++++--- 1 file 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: "malicious hereclick me" 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 )`, escaping is disabled: -- cgit v1.2.3