I want to show R Markdown in slides for my students. Is there a way to mark material to be displayed as it appears in the RMD file, rather than as instructions as to how to knit?
For example, I might want
# A Header
to appear just like that, including the hash tag and in blue rather than generating a new header.
Probably obvious, but not to me...