<ul>
<li>theme</li>
<ul>
<li>`cerulean`, `journal`, `flatly`, `darkly`, `readable`, `spacelab`, `united`, `cosmo`, `lumen`, `paper`, `sandstone`, `simplex`and `yeti`</li>
</ul>
<li>highlight</li>
<li>functions</li>
<li>highlight : syntax highlighting</li>
</ul>
There are multiple themes and highlights we can use for html_document. [theme ]: cerulean, journal, flatly, darkly, readable, spacelab, united, cosmo, lumen, paper, sandstone, simplexand yeti [highlight ]: espresso, tango, pygments, kate, monochrome, zenburn, haddock and textmate [functions ]
title: "various themes""
author: "dahee kim"
date: "2020-02-21"
output:
rmarkdown::html_document:
theme: lumen
highlight: github
html_pretty in the prettydoc package is a new output format for creating HTML document from R Markdown files.
html_pretty currently supports five page themes (cayman, tactile,leonids,hpstr and architect), and two syntax highlight styles (github and vignette).
output:
prettydoc::html_pretty:
theme: architect
highlight: github
material, readthedown, html_clean or html_docco) [options ]
title: "rmarkdown themes"
author: "Dahee Kim"
output: rmdformats::material