Skip to content

Table fix 706

Dan Visel requested to merge table-fix-706 into main

This fixes the table cell wrapping bug described in the comments of #706 (closed). Basically, if there was a section/title in a table cell and a section/title outside of the table, the wrapping might be correct. This is solved by given section/titles in table cells temporary names which are ignored during the main section wrapping process; finally, they are renamed.

Merge request reports