Browse Source

Don't use section divs

master
Garrick Aden-Buie 7 years ago
parent
commit
86ec2ed436
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      R/bulma_document.R

+ 0
- 1
R/bulma_document.R View File

@@ -85,7 +85,6 @@ bulma_document <- function(
}

pandoc_args <- c(pandoc_args,
"--section-divs",
rmarkdown::pandoc_toc_args(toc, toc_depth))

mathjax_url <- if (mathjax %in% c("default", "local")) {

Loading…
Cancel
Save