html-dependencies {rmarkdown} | R Documentation |
Provide common HTML dependencies for R Markdown formats
Description
These functions provide common HTML dependencies (e.g. jquery, bootstrap)
for re-use by other R Markdown formats.
Usage
html_dependency_jquery()
html_dependency_jqueryui()
html_dependency_bootstrap(theme)
html_dependency_tocify()
html_dependency_font_awesome()
html_dependency_ionicons()
html_dependency_pagedtable()
html_dependency_highlightjs(highlight)
Arguments
theme |
One of the following:
A bslib::bs_theme() object (or a list of bslib::bs_theme() argument values)
Use this option for custom themes using Bootstrap 4 or 3.
In this case, any .scss /.sass files provided to the css
parameter may utilize the theme 's underlying Sass utilities
(e.g., variables, mixins, etc).
-
NULL for no theme (i.e., no html_dependency_bootstrap() ).
A character string specifying a Bootswatch 3
theme name (for backwards-compatibility).
|
highlight |
Highlighter to use
|
[Package
rmarkdown version 2.10
Index]