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

kableExtra::kable() rendering of tables looks weird #53

Open
ValeriVoev opened this issue Feb 13, 2020 · 1 comment
Open

kableExtra::kable() rendering of tables looks weird #53

ValeriVoev opened this issue Feb 13, 2020 · 1 comment

Comments

@ValeriVoev
Copy link

I have this simple document:

---
title: "TEST"
author: TEST
output:
  rmdshower::shower_presentation:
    self_contained: false
    katex: true
    ratio: 16x10
---

##Slide with R Code and Output

library(dplyr)
head(iris) %>% kableExtra::kable()

but the output of the table looks really weird - for example lines between the rows extend to the whole width of the slide and some of the columns are "glued" to each other (there is no space between them). Is there some incompatibility between shower and kable?
image

@rocksms
Copy link

rocksms commented Mar 9, 2021

Have similar problems and looking for answers too!

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

2 participants