You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(one-sentence-per-line): do not treat ellipsis (...) as sentence end mid-sentence
Treat ... as sentence boundary only when the next word is capitalized
(First... Then). Ellipsis in the middle of one sentence (config... supplied)
no longer triggers. Add processSentenceEnd helper for complexity; add
trailing-space and ellipsis tests; add md_test_files fixtures and
expected_errors.
- Prose and list lines with multiple sentences (paragraph, bullet, numbered, nested); line with abbreviation (e.g.) not reported.
58
+
- Prose and list lines with multiple sentences (paragraph, bullet, numbered, nested); line with abbreviation (e.g.) not reported; ellipsis then new sentence (First... Then) reported.
59
+
-**positive_general.md** has a line with ellipsis in the middle of one sentence (not reported).
59
60
60
61
Note: some negative fixtures intentionally trigger built-in markdownlint rules in addition to custom rules (e.g. MD031/MD032/MD033), so the test suite can assert multiple errors on specific lines.
0 commit comments