You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The page_is_empty was probably set to True to force rendering, but using
max_position=inf should already allow all cells to be rendered.
When cells are rendered with page_is_empty set to True, the top margin of their
first children is removed, because margins are always removed at the top of
blocks split between multiple pages.
Fix#1254.
When tables are displayed on multiple pages, top margins are removed from first children of cells.
The text was updated successfully, but these errors were encountered: