Skip to content
Discussion options

You must be logged in to vote

Hey @sglre6355 — thanks for the careful read, you found a real gap. At the commit you linked, normalize mode only triggered reflow on multi-line paragraphs, so a single overlong line fell through to the per-line warning emitter (which deliberately omits a fix when reflow is on, expecting paragraph-level reflow to cover it). Not an intentional exclusion, just incomplete coverage.

Fixed in cfa6954 and shipped in v0.1.69 — single overlong lines now reflow the same as multi-line paragraphs. If you're on ≥ 0.1.69 and still seeing the old behaviour, double-check that you have both reflow = true and reflow_mode = "normalize" set; the mode alone isn't enough since reflow defaults to false.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sglre6355
Comment options

Answer selected by rvben
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants