Created
September 27, 2018 08:38
-
-
Save benwhalley/9e935a6accf3171eb92d578ed3835338 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title: Quantifying uncertainty | |
output: html_document | |
--- | |
```{r} | |
library(tidyverse) | |
``` | |
:::{.a} | |
The wraper div with class `.a` breaks | |
```{r} | |
mtcars %>% head() %>% knitr::kable(format="html") %>% | |
kableExtra::kable_styling(bootstrap_options = c("hover")) | |
``` | |
::: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment