View source: R/markdown-escaping.R
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.