Переглянути джерело

pass self_contained in bulma_document

master
Garrick Aden-Buie 6 роки тому
джерело
коміт
bb71d938eb
1 змінених файлів з 3 додано та 2 видалено
  1. +3
    -2
      R/bulma_document.R

+ 3
- 2
R/bulma_document.R Переглянути файл

@@ -44,7 +44,8 @@ bulma_document <- function(
toc_depth = 3,
mathjax = "default",
pandoc_args = NULL,
extra_dependencies = NULL
extra_dependencies = NULL,
self_contained = TRUE
) {
css_files <- c(
"--css", bulma_file("bulma", "bulma.min.css"))
@@ -123,7 +124,7 @@ bulma_document <- function(
pre_processor = pre_processor,
clean_supporting = TRUE,
base_format = rmarkdown::html_document_base(
self_contained = TRUE, template = NULL,
self_contained = self_contained, template = NULL,
# pandoc_args = pandoc_args,
mathjax = mathjax,
extra_dependencies = extra_dependencies

Завантаження…
Відмінити
Зберегти