Namespace: joker.html
v1.0Contents
Summary
Provides functions for escaping and unescaping HTML text.
Index
Constants
Constants are variables with :const true in their metadata. Joker currently does not recognize them as special; as such, it allows redefining them or their values.-
(None.)
Variables
-
(None.)
Functions, Macros, and Special Forms
-
escape
Function v1.0(escape s)
Escapes special characters like < to become <. It escapes only five such characters: <, >, &, ' and ".
-
unescape
Function v1.0(unescape s)
Unescapes entities like < to become <.