dartistics.com icon indicating copy to clipboard operation
dartistics.com copied to clipboard

rmarkdown-shiny.rmd -- not showing markdown

Open gilliganondata opened this issue 8 years ago • 2 comments

I'm not sure how to get around this. Clearly, it's doable with some form of escaping characters. But, there are references to echo=FALSE... yet, since echo=FALSE...it's not clear what is being referenced.

gilliganondata avatar Sep 05 '16 20:09 gilliganondata

This is tricky, I've tried to write it out before. It may be easier to just pull up the RMarkdown file for the students to look at.

MarkEdmondson1234 avatar Sep 05 '16 20:09 MarkEdmondson1234

So it looks like you have to add the encoded value for backtick

`

Example from https://github.com/rstudio/rmarkdown/edit/gh-pages/authoring_basics.md

Plain Code Blocks

Plain code blocks are displayed in a fixed-width font but not evaulated

```
This text is displayed verbatim / preformatted
```
screen shot 2016-09-08 at 11 49 46

MarkEdmondson1234 avatar Sep 08 '16 09:09 MarkEdmondson1234