dmarkdown v0.1.0 (2014-12-24T04:06:54Z)
Home
Dub
Repo
filterHTMLEscape
dmarkdown
html
Writes the HTML escaped version of a given string to an output range.
void
filterHTMLEscape
(R dst, S str, HTMLEscapeFlags flags)
package
void
filterHTMLEscape
(
R
S
)
(
ref
R
dst
,
S
str
,
HTMLEscapeFlags
flags
=
HTMLEscapeFlags.escapeNewline
)
if
(
isOutputRange
!(
R
,
dchar
) &&
isInputRange
!
S
)
void
filterHTMLEscape
(R dst, dchar ch, HTMLEscapeFlags flags)
Meta
Source
See Implementation
dmarkdown
html
enums
HTMLEscapeFlags
functions
filterHTMLAllEscape
filterHTMLAttribEscape
filterHTMLEscape
Writes the HTML escaped version of a given string to an output range.