dmarkdown ~master (2016-04-30T15:08:44Z)
Home
Dub
Repo
filterHTMLEscape
dmarkdown
html
Writes the HTML escaped version of a given string to an output range.
void
filterHTMLEscape
(
ref
R
dst
,
S
str
,
HTMLEscapeFlags
flags
=
HTMLEscapeFlags
.
escapeNewline
)
package
void
filterHTMLEscape
(
R
S
)
(
ref
R
dst
,
S
str
,
HTMLEscapeFlags
flags
=
HTMLEscapeFlags.escapeNewline
)
if
(
isOutputRange
!(
R
,
dchar
) &&
isInputRange
!
S
)
void
filterHTMLEscape
(
ref
R
dst
,
dchar
ch
,
HTMLEscapeFlags
flags
=
HTMLEscapeFlags
.
escapeNewline
)
Meta
Source
See Implementation
dmarkdown
html
functions
filterHTMLAllEscape
filterHTMLAttribEscape
filterHTMLEscape
Writes the HTML escaped version of a given string to an output range.