commit | b9fff91e908bb2573cbfa489de94bc56803a233c | [log] [tgz] |
---|---|---|
author | Will Beasley <wibeasley@hotmail.com> | Wed May 22 11:10:09 2019 -0500 |
committer | Will Beasley <wibeasley@hotmail.com> | Wed May 22 11:10:09 2019 -0500 |
tree | 6389b35ebb50dde0e75a5d31e195383c6c5e6bd7 | |
parent | 092a81f94fc4c1a10b280197754a5490fb7dacc4 [diff] |
support for 'distill' markdown articles
diff --git a/R/zzz.R b/R/zzz.R index dfd67f8..69b0b1b 100644 --- a/R/zzz.R +++ b/R/zzz.R
@@ -23,7 +23,8 @@ if (!is.null(rmarkdown::metadata$output) && rmarkdown::metadata$output %in% c( "ioslides_presentation", "slidy_presentation", - "gitbook", "radix_article" + "gitbook", "radix_article", + "distill_article" )) { options(kableExtra.html.bsTable = TRUE) }