These functions provide common HTML dependencies (e.g. jquery, bootstrap) for re-use by other R Markdown formats.
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)
html_dependency_tabset()
html_dependency_codefolding_lua()
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).
Highlighter to use