-
I have a lot of R functions that create plain html output. When a function produces a table, the plain html it uses has very little wasted vertical space, but when rendering with |
Beta Was this translation helpful? Give feedback.
Answered by
cscheid
Apr 2, 2023
Replies: 1 comment 4 replies
-
https://quarto.org/docs/prerelease/1.3/tables.html Specifically, use |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
harrelfe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://quarto.org/docs/prerelease/1.3/tables.html
Specifically, use
<table data-quarto-disable-processing="true">...</table>