-
DescriptionHello, first of all, thank you for providing dynamic documentation open source like quarto. I have one question on using it. When rendering a long table or multiple tables, the result is cut off. For reproducible code,
Output |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
See https://quarto.org/docs/authoring/markdown-basics.html#page-breaks. Note that since multiple sub-tables are supposed to be together by definition, you might not be able to add a page break. |
Beta Was this translation helpful? Give feedback.
See https://quarto.org/docs/authoring/markdown-basics.html#page-breaks.
Note that since multiple sub-tables are supposed to be together by definition, you might not be able to add a page break.
In my opinion you should not use sub-tables for long tables because if you have your fourth long table on the fifth page, you no longer get the full table caption making pointless the sub-table design.