You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When rendering a kable table with a long kableExtra footnote, the footnote gets wrapped after one column instead of running full width (as is the case with Rmarkdown files using knitr). Quarto version: 1.3.450
To Reproduce
---
title: "footnote-test"
---
```{r}
library(kableExtra)
iris %>%
kableExtra::kbl(format = "html") %>%
kableExtra::footnote(
general = c("A very very very very very very very very very very very very very very very very very very very very very very very very very very very very very long footnote"),
general_title = "Legend:"
)
```
The text was updated successfully, but these errors were encountered:
Describe the bug
When rendering a kable table with a long kableExtra footnote, the footnote gets wrapped after one column instead of running full width (as is the case with Rmarkdown files using knitr). Quarto version: 1.3.450
To Reproduce
The text was updated successfully, but these errors were encountered: