#1391: include raw in hiccup2.core ns

This commit is contained in:
Michiel Borkent 2022-10-12 12:47:03 +02:00
parent c2b3fea9fc
commit 682f8514fb

View file

@ -55,7 +55,8 @@
{'html (copy-var html-1 hns {:name 'html})})
(def hiccup2-namespace
{'html (copy-var html-2 hns2 {:name 'html})})
{'html (copy-var html-2 hns2 {:name 'html})
'raw (copy-var util/raw-string hns2)})
(def html-mode (copy-var util/*html-mode* uns))
(def escape-strings? (copy-var util/*escape-strings?* uns))