Skip to content
Discussion options

You must be logged in to vote

You can either share a link or you can paste the entire contents of the file into the issue.

To ensure that the contents are escaped correctly, all you have to do is use a larger number of backticks than what your document uses. If you only use three ticks in your document, then you can surround it by four ticks:

```{r}
c(1,2,3)
```

If you happen to use four ticks, then five ticks also work:

````
```{r}
c("it's", "ticks", "all", "the", "way", "down")
```
````

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@victorfeagins
Comment options

Answer selected by victorfeagins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants