I'm using the theme (lovely work by the way!) to render my markdown documents from R Studio. However, the code chunks aren't rendering like code snippets usually would:
This looks really messy. These are written in .Rmd files, but if I use markdown, the code snippets render correctly:
I would like the code chunks from the Rmd file to render the same way. How can I fix this?
I'm using the theme (lovely work by the way!) to render my markdown documents from R Studio. However, the code chunks aren't rendering like code snippets usually would:
This looks really messy. These are written in
.Rmd
files, but if I use markdown, the code snippets render correctly:I would like the code chunks from the Rmd file to render the same way. How can I fix this?