Describe the solution you'd like
I'd love for verbatim to have two options:
"Show verbatim code chunk", and
"Show verbatim inline R expression"
Describe alternatives you've considered
At the moment the alternative is for me to remember this in my head, which I don't, and I find it hard to have a clear conceptual framework to remember that
`r ''`
will break knitr's chunk parser and allow me to show the thing I want.
Additional context
I think that's about it - just, in general, thanks for writing this super nifty package!
The text was updated successfully, but these errors were encountered:
I have recently tried this in {details} and {texPreview} and it seems to not be compatible with something in RStudio IDE. The play icon disappears in chunks that come after the four tick chunk, until I put in another four tick chunk.
and then when trying to run the chunk without a play icon I get an error in the output console
I'm frustrated when I want to show an rmarkdown chunk inside a rmarkdown document - in github, you can use four backticks and get the following:
But this does not work for rmarkdown - @gadenbuie recently kindly reminded me of the trick from Yihui on how to shoe a verbatim chode chunk or inline E Expression
Describe the solution you'd like
I'd love for verbatim to have two options:
Describe alternatives you've considered
At the moment the alternative is for me to remember this in my head, which I don't, and I find it hard to have a clear conceptual framework to remember that
will break knitr's chunk parser and allow me to show the thing I want.
Additional context
I think that's about it - just, in general, thanks for writing this super nifty package!
The text was updated successfully, but these errors were encountered: