Avoid overlap of rendered markdown table rows #5123
Answered
by
DamonCharlesRoberts
DamonCharlesRoberts
asked this question in
Q&A
-
I created the following markdown table:
I think everything should be fine, but when I render it to a pdf, the rows are all overlapping with one another (see screenshot). Is that the automatic text wrapping that is doing that? How can I fix this? |
Beta Was this translation helpful? Give feedback.
Answered by
DamonCharlesRoberts
May 10, 2023
Replies: 1 comment 1 reply
-
Could you provide a fully reproducible example, including yaml header following formatting guidelines https://quarto.org/bug-reports.html#formatting-make-githubs-markdown-work-for-us? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry for the late reply: I think it was a problem with the template I was using. I corrected this with some LaTeX packages. Thanks for the attention!