Re: How to allow long table rows to break across pages in PDF output?
Posted by
mojavelinux on
URL: https://discuss.asciidoctor.org/How-to-allow-long-table-rows-to-break-across-pages-in-PDF-output-tp7031p7440.html
> Long content in table does not break across pages in PDF
Here are my recommended workarounds:
* Take the code block out of the table
* Split the code block into smaller fragments
* Switch to asciidoctor-pdf.js (which is HTML-based, but still gives you a PDF)
Best,
-Dan
--