asciidoctor / asciidoctor-pdf

:page_with_curl: Asciidoctor PDF: A native PDF converter for AsciiDoc based on Asciidoctor and Prawn, written entirely in Ruby.
https://docs.asciidoctor.org/pdf-converter/latest/
MIT License
1.15k stars 500 forks source link

Include source information to warning message about truncated table cell #2261

Closed mojavelinux closed 2 years ago

mojavelinux commented 2 years ago

In Asciidoctor PDF, a table cell cannot exceed the height of a single page (a limitation inherited from prawn-table). The warning message should indicate the location of the table cell in the AsciiDoc source to help the author locate and address the problem.

This information is only available if the sourcemap option is set on the processor.