Check markdown escaping
This is a regression test for Markdown escaping.
double_escape_md(text)
text |
Input text. |
Each of the following bullets should look the same when rendered:
Double escapes: \, \%, \$, \_
Backticks: \
, \%
, \$
, \_
\verb{}
: \
, \%
, \$
, \_
[ this isn't a link ] \[ neither is this \]
Double-escaped text.
"%" # percent "\"" # double quote '\'' # single quote
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.