Skip to content

Instantly share code, notes, and snippets.

@benwhalley
Created September 27, 2018 08:38
Show Gist options
  • Save benwhalley/9e935a6accf3171eb92d578ed3835338 to your computer and use it in GitHub Desktop.
Save benwhalley/9e935a6accf3171eb92d578ed3835338 to your computer and use it in GitHub Desktop.
---
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