--- output: github_document --- ```{r setup, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, results = "asis", echo = FALSE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" ) library(xaringanthemer) ``` # xaringanthemer ```{r child="man/fragments/_tagline-gif.Rmd"} ``` ## Installation ```{r child="man/fragments/_installation.Rmd"} ``` ## Usage [theme-functions]: articles/singles/themes.html [theme-settings]: articles/xaringanthemer.html#theme-settings [template-variables]: articles/template-variables.html ```{r child="man/fragments/_quick-intro.Rmd"} ```