markdownlint/test/snapshots
Ruben J. Jongejan ccd26cef7f
fix(md012): do not flag blank lines adjacent to headings (fixes #990).
Blank lines immediately above or below a heading are now excluded from
MD012's consecutive-blank-line count. Those blank lines are governed by
MD022 (blanks-around-headings), so MD012 defers to it. This means users
can set MD022's lines_above/lines_below > 1 without triggering spurious
MD012 violations.
2026-02-21 13:15:56 +01:00
..
markdownlint-test-custom-rules.mjs.md Refactor micromark parse code to stop using micromark's TokenizeContext.sliceSerialize (less well supported) in favor of Token.start/end.offset. 2025-02-08 14:43:38 -08:00
markdownlint-test-custom-rules.mjs.snap Refactor micromark parse code to stop using micromark's TokenizeContext.sliceSerialize (less well supported) in favor of Token.start/end.offset. 2025-02-08 14:43:38 -08:00
markdownlint-test-exports.mjs.md Deprecate LintResults.toString() (at edit time; continue to support at run time), provide helper function formatLintResults, remove outdated grunt/gulp samples, improve typing. 2025-09-08 21:13:50 -07:00
markdownlint-test-exports.mjs.snap Deprecate LintResults.toString() (at edit time; continue to support at run time), provide helper function formatLintResults, remove outdated grunt/gulp samples, improve typing. 2025-09-08 21:13:50 -07:00
markdownlint-test-micromark.mjs.md Refactor micromark parse code to stop using micromark's TokenizeContext.sliceSerialize (less well supported) in favor of Token.start/end.offset. 2025-02-08 14:43:38 -08:00
markdownlint-test-micromark.mjs.snap Refactor micromark parse code to stop using micromark's TokenizeContext.sliceSerialize (less well supported) in favor of Token.start/end.offset. 2025-02-08 14:43:38 -08:00
markdownlint-test-repos-dotnet-docs.mjs.md Update test repository snapshots. 2026-02-07 08:38:38 -05:00
markdownlint-test-repos-dotnet-docs.mjs.snap Update test repository snapshots. 2026-02-07 08:38:38 -05:00
markdownlint-test-repos-mdn-content.mjs.md Update test repository snapshots. 2026-01-10 11:06:06 -08:00
markdownlint-test-repos-mdn-content.mjs.snap Update test repository snapshots. 2026-01-10 11:06:06 -08:00
markdownlint-test-repos-small.mjs.md Update test repository snapshots. 2026-02-10 22:05:20 -05:00
markdownlint-test-repos-small.mjs.snap Update test repository snapshots. 2026-02-10 22:05:20 -05:00
markdownlint-test-scenarios.mjs.md fix(md012): do not flag blank lines adjacent to headings (fixes #990). 2026-02-21 13:15:56 +01:00
markdownlint-test-scenarios.mjs.snap fix(md012): do not flag blank lines adjacent to headings (fixes #990). 2026-02-21 13:15:56 +01:00