Closed rcragun closed 11 months ago
I cannot reproduce this problem in either the viewer pane, a Quarto document or a Rmarkdown document. Please try with the latest development version of kableExtra
from Github and let us know if you still encounter the problem.
Describe the bug
Passsing the
responsive
bootstrap styling option tokable_styling()
adds a border around the table.To Reproduce
Code for example table
Note: I use
full_width=F
just to make the border easier to see.Rendered table
This is how the code above renders the table in the RStudio viewer (and when knitting to HTML):
Expected behavior
responsive
will only apply styling associated with thetable-responsive
Bootstrap class, which does not include a border around the table (e.g., https://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_ref_table-responsive&stacked=h).My session info