mirror of
https://github.com/janet-lang/janet
synced 2025-01-10 15:40:30 +00:00
Export html-escape from highlight tool.
This commit is contained in:
parent
737b2449f0
commit
0025f6ac87
@ -128,7 +128,7 @@
|
||||
</style>
|
||||
```)
|
||||
|
||||
(defn- html-escape
|
||||
(defn html-escape
|
||||
"Escape special characters for HTML encoding."
|
||||
[str]
|
||||
(def buf @"")
|
||||
|
Loading…
Reference in New Issue
Block a user