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