Earmark v1.1.0 Earmark.Helpers
Summary
Functions
Encode URIs to be included in the <a>
elements
Replace <, >, and quotes with the corresponding entities. If
encode
is true, convert ampersands, too, otherwise only
convert non-entity ampersands
Expand tabs to multiples of 4 columns
Remove newlines at end of line
Regex.replace
with the arguments in the correct order
Functions
Encode URIs to be included in the <a>
elements.
Percent-escapes a URI, and after that escapes any
&
, <
, >
, "
, '
.
Replace <, >, and quotes with the corresponding entities. If
encode
is true, convert ampersands, too, otherwise only
convert non-entity ampersands.