PB_PAGE_BREAK_INSIDE_BLOCK
A content block was split across a page boundary in a way that hurts readability.
| Severity | warning |
| Category | rendering |
| Agent-repairable | Yes |
What happened
A content block was split across a page boundary in a way that hurts readability.
How to fix
Add page-break-inside: avoid (or break-inside: avoid) to the affected element.
Paperbase applies this automatically to figures, code blocks, and table rows; if a
different element was affected, add it explicitly.
Example
Before:
After: