David Anson
|
616c3f2c22
|
Deprecate LintResults.toString() (at edit time; continue to support at run time), provide helper function formatLintResults, remove outdated grunt/gulp samples, improve typing.
Checkers / linkcheck (push) Has been cancelled
Checkers / spellcheck (push) Has been cancelled
CI / build (20, macos-latest) (push) Has been cancelled
CI / build (20, ubuntu-latest) (push) Has been cancelled
CI / build (20, windows-latest) (push) Has been cancelled
CI / build (22, macos-latest) (push) Has been cancelled
CI / build (22, ubuntu-latest) (push) Has been cancelled
CI / build (22, windows-latest) (push) Has been cancelled
CI / build (24, macos-latest) (push) Has been cancelled
CI / build (24, ubuntu-latest) (push) Has been cancelled
CI / build (24, windows-latest) (push) Has been cancelled
CI / pnpm (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
TestRepos / build (latest, ubuntu-latest) (push) Has been cancelled
UpdateTestRepos / update (push) Has been cancelled
|
2025-09-08 21:13:50 -07:00 |
|
David Anson
|
bfd89b77de
|
Deprecate options.resultVersion via typing, continue to support at run-time, provide format converters in markdownlint/helpers for migration.
Checkers / linkcheck (push) Has been cancelled
Checkers / spellcheck (push) Has been cancelled
CI / build (20, macos-latest) (push) Has been cancelled
CI / build (20, ubuntu-latest) (push) Has been cancelled
CI / build (20, windows-latest) (push) Has been cancelled
CI / build (22, macos-latest) (push) Has been cancelled
CI / build (22, ubuntu-latest) (push) Has been cancelled
CI / build (22, windows-latest) (push) Has been cancelled
CI / build (24, macos-latest) (push) Has been cancelled
CI / build (24, ubuntu-latest) (push) Has been cancelled
CI / build (24, windows-latest) (push) Has been cancelled
CI / pnpm (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
TestRepos / build (latest, ubuntu-latest) (push) Has been cancelled
UpdateTestRepos / update (push) Has been cancelled
|
2025-08-28 22:08:32 -07:00 |
|
Marco Ferrari
|
371a35f62f
|
Update MD029/ol-prefix to fix reported violations (fixes #949).
|
2025-08-22 04:21:56 +00:00 |
|
David Anson
|
3532e3110a
|
Add rule MD060/table-column-style (fixes #90, fixes #323).
|
2025-08-20 22:14:52 -07:00 |
|
Alexandre Feblot
|
1b6839bff0
|
Update MD001/heading-increment to support front matter title as the first heading of the page.
|
2025-06-06 19:54:23 -07:00 |
|
Alexandre Feblot
|
1ac0b22804
|
MD033/no-inline-html: Add table_allowed_elements parameter.
|
2025-05-31 13:27:30 -07:00 |
|
David Anson
|
328506e6c8
|
Update MD052/reference-links-images to add ignored_labels parameter and default to ignoring GFM task list items (fixes #1524).
|
2025-04-27 22:36:07 -07:00 |
|
David Anson
|
92cd6d51cb
|
Add tests for previous commit to avoid invoking Micromark parser when not needed, improve type definitions slightly (closes #1564).
|
2025-04-20 04:59:27 +00:00 |
|
David Anson
|
02478d24cf
|
Update MD051/link-fragments to add the ignored_pattern configuration parameter (fixes #547).
|
2025-04-05 22:35:07 -07:00 |
|
David Anson
|
62dc79864d
|
Update MD041/first-line-heading to add an allow_preamble parameter (fixes #1416).
|
2025-03-22 16:16:10 -07:00 |
|
David Anson
|
5749c8dcf7
|
Update MD043/required-headings to support "?" meaning "exactly one unspecified heading" (fixes #475).
|
2025-03-10 21:57:39 -07:00 |
|
David Anson
|
435c55f72a
|
Update MD027/no-multiple-space-blockquote to add a list_items parameter (fixes #1473).
|
2025-03-03 23:22:37 -08:00 |
|
David Anson
|
63147ee1eb
|
Add comprehensive tests for parseConfiguration function, handle non-object parser results consistently (fixes #1523).
|
2025-03-01 18:23:48 -08:00 |
|
David Anson
|
571c2353ea
|
Update new rule MD059/descriptive-link-text for project-level consistency.
|
2025-02-13 22:11:42 -08:00 |
|
Kate Higa
|
b8374ec5d2
|
Add rule MD059/descriptive-link-text "Link text should be descriptive" (fixes #681).
|
2025-02-13 22:11:42 -08:00 |
|
David Anson
|
d4b981bcb3
|
Introduce options.markdownItFactory (and remove options.markdownItPlugins) so the markdown-it parser can be removed as a direct dependency because it is no longer used by default.
|
2025-02-08 15:08:06 -08:00 |
|
David Anson
|
2d2fafc58d
|
Add test cases for lists inside blockquotes (refs #1473).
|
2025-01-31 22:09:40 -08:00 |
|
David Anson
|
feca49e4f8
|
Move exports/subpath imports (uses exec) and project file tests (use shared glob) into separate test files for better parallelization.
|
2025-01-19 16:44:20 -08:00 |
|
David Anson
|
df33933fe5
|
Update export test to avoid "ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time".
|
2024-12-24 00:15:19 +00:00 |
|
David Anson
|
baf4944f5f
|
Add subpath imports "markdownlint-imports-browser" and "markdownlint-imports-node" for overriding "browser"/"default" behavior in bundlers like webpack.
|
2024-12-17 21:21:57 -08:00 |
|
David Anson
|
6e52643f8c
|
Update CHANGELOG.md for breaking changes, remove outdated comments from test file.
|
2024-12-05 23:00:55 -08:00 |
|
David Anson
|
b404c8bf16
|
Add README documentation for getVersion, leave promise/extendConfig undocumented (unsupported).
|
2024-12-04 23:23:56 -08:00 |
|
David Anson
|
8da43dd246
|
Update to use named exports via / /async /promise /sync, simplify references via self-referencing, refine examples.
|
2024-12-03 19:58:47 -08:00 |
|
David Anson
|
1e71f6f44e
|
Convert markdownlint library to an ECMAScript module, replace markdownlint-micromark with micromark, stop publishing (large) markdownlint-browser.js, see https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c for guidance.
|
2024-11-29 18:29:21 -08:00 |
|