Skip to content

Commit

Permalink
Disable knitr highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Apr 20, 2021
1 parent 3343f44 commit 7d7d581
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/downcute.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ downcute <- function(fig_width = 8,
pandoc_args = NULL,
md_extensions = NULL,
mathjax = "rmdformats",
highlight = NULL,
...) {

html_template(
Expand All @@ -60,6 +61,7 @@ downcute <- function(fig_width = 8,
use_bookdown = use_bookdown,
md_extensions = md_extensions,
mathjax = mathjax,
highlight = NULL,
...
)

Expand Down

0 comments on commit 7d7d581

Please sign in to comment.