| Then, in the first knitr chunk, try this: | Then, in the first knitr chunk, try this: | ||||
| ````markdown | ````markdown | ||||
| ```{r setup} `r ''` | |||||
| ```{r setup}`r ""` | |||||
| options(htmltools.dir.version = FALSE) | options(htmltools.dir.version = FALSE) | ||||
| library(xaringanthemer) | library(xaringanthemer) | ||||
| mono_dark( | mono_dark( |
| lib_dir: libs | lib_dir: libs | ||||
| css: xaringan-themed.css</code></pre> | css: xaringan-themed.css</code></pre> | ||||
| <p>Then, in the first knitr chunk, try this:</p> | <p>Then, in the first knitr chunk, try this:</p> | ||||
| <pre class="markdown"><code>```{r setup} | |||||
| <pre class="markdown"><code>```{r setup} | |||||
| options(htmltools.dir.version = FALSE) | options(htmltools.dir.version = FALSE) | ||||
| library(xaringanthemer) | library(xaringanthemer) | ||||
| mono_dark( | mono_dark( |