394ee3a2cd
- Paragraph scanning no longer swallows the blank line separating it from the next block; runs of blank lines collapse to one row. Restores blank separation between paragraphs, headers and horizontal rules. - Detect table rows (first non-space char '|') as nowrap segments; they are no longer merged into surrounding text or each other. - Continuation (wrapped) rows render content as plain text and are no longer re-classified, so a wrapped word starting with '-'/'#'/'>' is not mis-drawn as a list/heading/quote marker. Co-Authored-By: Oz <oz-agent@warp.dev>