\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.
# Title\r\n\r\n - item one\r\n → grep -c '\r' finds 2 in the HTML (fresh build).\r is shed at line slicing — output byte-identical to the LF twin, budgets count content only.\r at the line boundary; suite green.