forestryio / hugo-theme-novela

Novela, the simplest way to start publishing with Hugo and Forestry.
https://hugo-novela-forestry.netlify.app/
MIT License
361 stars 192 forks source link

R markdown code snippets not rendering correctly #66

Closed thedivtagguy closed 3 years ago

thedivtagguy commented 3 years ago

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:

image

This looks really messy. These are written in .Rmd files, but if I use markdown, the code snippets render correctly:

image

I would like the code chunks from the Rmd file to render the same way. How can I fix this?