csgillespie/efficientR

Code including quotation marks within blockquotes

Opened this issue · 1 comments

This is perhaps exceptionally minor, but I noted when copy pasting code that exists within a blockquote (vs. the code blocks), that single or double quotation marks are stylised and return an error when running in R.

Rmd code:

blockquote

Rmd output:

blockquote2

Code in R:
blockquote3

Not sure there's any solution better than simply taking the code out of the blockquotes. Thoughts?

Interesting one, thoughts @csgillespie ?