Merge pull request #338 from rgaiacs/336
[rnaseq-cwl-training.git] / bin / chunk-options.R
index d956f60d0fd7787274c07aee9e9ad1dc5d6fa965..f9435842034b264d147ef9549eab7ed94b595dff 100644 (file)
@@ -37,7 +37,7 @@ opts_chunk$set(tidy = FALSE, results = "markup", comment = NA,
 hook_in <- function(x, options) {
   stringr::str_c("\n\n~~~\n",
                  paste0(x, collapse="\n"),
-                 "\n~~~\n{: .r}\n\n")
+                 "\n~~~\n{: .language-r}\n\n")
 }
 
 hook_out <- function(x, options) {