quarkdown
Toggle table of contents
1.8.0
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-core
/
com.quarkdown.core.util
/
Escape
/
JavaScript
Java
Script
object
JavaScript
:
EscapeTarget
,
UnescapeTarget
Members
Functions
escape
Link copied to clipboard
open
override
fun
escape
(
input
:
String
)
:
String
Escapes the input string for the target format.
unescape
Link copied to clipboard
open
override
fun
unescape
(
input
:
String
)
:
String
Unescapes the input string from the target format.