name: Bug report about: Create a report to help us improve


Describe the bug A clear and concise description of what the bug is.

To Reproduce Think about using reprex to generate an example in R.

# code to reproduce the bug.

If you need to attach the entire rmarkdown doc, try to use ```` to quote your entire doc.

---
title: "A reproducible example in rmarkdown"
output: html_document
---

```{r}
library(kableExtra)
```