| double_escape_md | R Documentation |
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:
Backticks: \, \%, \$, \_
\verb{}: \, \%, \$, \_
[ this isn't a link ] \[ neither is this \]
Double-escaped text.
"%" # percent "\"" # double quote '\'' # single quote