;; There should be no space between the \ and the &, but I don't know how
;; to create that in an example yet.
user=> (escape "I want 1 < 2 as HTML, & other good things."
{\< "<", \> ">", \ & "&"})
"I want 1 < 2 as HTML, & other good things."
;; There should be no space between the \ and the &, but I don't know how
;; to create that in an example yet.
user=> (escape "I want 1 < 2 as HTML, & other good things."
{\< "<", \> ">", \ & "&"})
"I want 1 < 2 as HTML, & other good things."