Export html-escape from highlight tool.

This commit is contained in:
Calvin Rose
2019-01-20 13:31:26 -05:00
parent 737b2449f0
commit 0025f6ac87
+1 -1
View File
@@ -128,7 +128,7 @@
</style>
```)
(defn- html-escape
(defn html-escape
"Escape special characters for HTML encoding."
[str]
(def buf @"")