powered by
This is a regression test for Markdown escaping.
double_escape_md(text)
Double-escaped text.
Input text.
Each of the following bullets should look the same when rendered:
Backticks: \, \%, \$, \_
\
\%
\$
\_
\verb{}: \, \%, \$, \_
\verb{}
[ this isn't a link ] \[ neither is this \]
"%" # percent "\"" # double quote '\'' # single quote
Run the code above in your browser using DataLab