Re: [R] [Rmarkdown] html_document - custom CSS for code snippets

2015-08-21 Thread Duncan Murdoch
On 21/08/2015 9:38 AM, Omar André Gonzáles Díaz wrote: > Hi Community, > > I'm using custom CSS to modify my html_document, genereted using knirt. > > According to this page: > > http://rmarkdown.rstudio.com/html_document_format.html > > I have to turn off: 1) theme: null and 2) highlight: nul

[R] [Rmarkdown] html_document - custom CSS for code snippets

2015-08-21 Thread Omar André Gonzáles Díaz
Hi Community, I'm using custom CSS to modify my html_document, genereted using knirt. According to this page: http://rmarkdown.rstudio.com/html_document_format.html I have to turn off: 1) theme: null and 2) highlight: null. And use: 3) css: my_styles.css (my css document). I've achieved to us