1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-26 07:03:16 +00:00

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

View File

@ -128,7 +128,7 @@
</style>
```)
(defn- html-escape
(defn html-escape
"Escape special characters for HTML encoding."
[str]
(def buf @"")