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