MARK-005 MED: quote-marker continuation lines break wrapped inline spans in blockquotes

StrictMark allows a blockquote continuation to carry the quotation marker (StrictMark :104), but mark_enter_quote (MARK.c:540) renders quote lines PER-LINE with no soft-wrap join — unlike paragraphs (and unlike list entries after MARK-001). A reflink wrapped across quote lines (> see [two / > words][1]) renders raw [two\nwords] plus a stray wrong link; quote text also skips the budget check paragraphs get. From the 2026-07-07 mark/ diagnostic review, orchestrator-verified by probe (<blockquote>\nsee [two\nwords]<a href="x.html">1</a> x\n</blockquote>). Method Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome