Avoid splitting gt() tables in pdf-rendering #2473
Answered
by
cscheid
ca-signorelli
asked this question in
Q&A
-
I use Quarto and make tables using the gt() package. I render the output to pdf. |
Beta Was this translation helpful? Give feedback.
Answered by
cscheid
Sep 19, 2022
Replies: 1 comment 1 reply
-
This is an issue with Pandoc, unfortunately. See https://groups.google.com/g/pandoc-discuss/c/znkTLPkekOg/m/KH6SplLXi7gJ If you want to work around it, the suggestion on the thread is to use a Lua filter to replace |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ca-signorelli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an issue with Pandoc, unfortunately. See https://groups.google.com/g/pandoc-discuss/c/znkTLPkekOg/m/KH6SplLXi7gJ
If you want to work around it, the suggestion on the thread is to use a Lua filter to replace
longtable
withtabular
.