MARK-008 LOW: CRLF input leaks \r into the rendered HTML and into budget counts

A CRLF-file renders carriage returns verbatim (<h1>Title\r</h1>, <li>item one\r</li>): mark_blank tolerates \r but line slicing never sheds it, and the budget checker counts it as a content codepoint. Any DOS-edited or windows-contributed page renders dirty and can breach --strict one char early. From the 2026-07-07 mark/ diagnostic review, orchestrator-verified by probe (2 raw \r in the rendered body). Method Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome