Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long kableExtra footnote not spanning full width #772

Open
blaidd4drwg opened this issue Nov 3, 2023 · 3 comments
Open

Long kableExtra footnote not spanning full width #772

blaidd4drwg opened this issue Nov 3, 2023 · 3 comments

Comments

@blaidd4drwg
Copy link

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:"
    )
```

@dmurdoch
Copy link
Collaborator

dmurdoch commented Dec 2, 2023

This appears to work properly for me now. Could you confirm with the devel version of kableExtra?

@dmurdoch dmurdoch closed this as completed Dec 2, 2023
@rkuvinka
Copy link

I'm having the same issue. Has this been fixed @dmurdoch ?

@dmurdoch
Copy link
Collaborator

Okay, I see it now, but only in Quarto, not R Markdown. I don't use Quarto (and recommend you don't either).

@dmurdoch dmurdoch reopened this Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants