This way, warning show up in the console when renderingtags/v0.3.0
| **xaringanthemer** and try one of the [theme functions](#themes). | **xaringanthemer** and try one of the [theme functions](#themes). | ||||
| ```` markdown | ```` markdown | ||||
| ```{r xaringan-themer, include = FALSE} | |||||
| ```{r xaringan-themer, include=FALSE, warning=FALSE} | |||||
| library(xaringanthemer) | library(xaringanthemer) | ||||
| style_mono_accent( | style_mono_accent( | ||||
| base_color = "#1c5253", | base_color = "#1c5253", |
| options(htmltools.dir.version = FALSE) | options(htmltools.dir.version = FALSE) | ||||
| ``` | ``` | ||||
| ```{r xaringan-themer, include=FALSE} | |||||
| ```{r xaringan-themer, include=FALSE, warning=FALSE} | |||||
| library(xaringanthemer) | library(xaringanthemer) | ||||
| style_duo_accent( | style_duo_accent( | ||||
| primary_color = "#1381B0", | primary_color = "#1381B0", |
| Then, in a hidden chunk just after the knitr setup chunk, load **xaringanthemer** and try one of the [theme functions][theme-functions]. | Then, in a hidden chunk just after the knitr setup chunk, load **xaringanthemer** and try one of the [theme functions][theme-functions]. | ||||
| ````markdown | ````markdown | ||||
| ```{r xaringan-themer, include = FALSE}`r ""` | |||||
| ```{r xaringan-themer, include=FALSE, warning=FALSE}`r ""` | |||||
| library(xaringanthemer) | library(xaringanthemer) | ||||
| style_mono_accent( | style_mono_accent( | ||||
| base_color = "#1c5253", | base_color = "#1c5253", |
| that we're not using the standard default fonts. | that we're not using the standard default fonts. | ||||
| ````markdown | ````markdown | ||||
| ```{r xaringan-themer, include=FALSE}`r ''` | |||||
| ```{r xaringan-themer, include=FALSE, warning=FALSE}`r ''` | |||||
| library(xaringanthemer) | library(xaringanthemer) | ||||
| style_mono_accent( | style_mono_accent( | ||||
| base_color = "#DC322F", # bright red | base_color = "#DC322F", # bright red |