Earmark v1.3.6 Earmark.Helpers View Source
Link to this section 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
Link to this section 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.
Expand tabs to multiples of 4 columns
Remove newlines at end of line
Regex.replace
with the arguments in the correct order