mirror of
https://github.com/janet-lang/janet
synced 2025-09-05 04:18:03 +00:00
Export html-escape from highlight tool.
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
</style>
|
||||
```)
|
||||
|
||||
(defn- html-escape
|
||||
(defn html-escape
|
||||
"Escape special characters for HTML encoding."
|
||||
[str]
|
||||
(def buf @"")
|
||||
|
Reference in New Issue
Block a user