David Anson
|
b23fc96ab2
|
Refactor MD038/no-space-in-code to produce smaller/simpler edits and address an additional scenario.
|
2025-02-07 20:03:30 -08:00 |
|
David Anson
|
656254e64f
|
Update test repo snapshots.
|
2025-02-06 05:04:04 +00:00 |
|
David Anson
|
c71e298d4b
|
Add tests for MD038/no-space-in-code scenarios to capture current behavior and aid refactoring.
|
2025-02-05 20:51:22 -08:00 |
|
David Anson
|
90cf515ff0
|
Update MD038/no-space-in-code to allow code spans with only spaces (fixes #1481).
|
2025-02-02 21:36:35 -08:00 |
|
David Anson
|
2d2fafc58d
|
Add test cases for lists inside blockquotes (refs #1473).
|
2025-01-31 22:09:40 -08:00 |
|
David Anson
|
4ad6628dcb
|
Update test repo snapshots.
|
2025-01-10 02:36:21 +00:00 |
|
David Anson
|
d4352c7a44
|
Update test repo snapshots.
|
2025-01-07 04:28:31 +00:00 |
|
David Anson
|
8ad4698536
|
Update MD032/blanks-around-lists to ignore (end-appended) undefined reference tokens when determining the last line of a list (fixes #1453).
|
2024-12-16 20:54:37 -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 |
|
David Anson
|
d536543344
|
Update test repo snapshots.
|
2024-11-20 04:33:58 +00:00 |
|
David Anson
|
886e00a8d5
|
Update test repo snapshots.
|
2024-10-31 04:49:49 +00:00 |
|
David Anson
|
0eedda0a6c
|
Update MD027/no-multiple-space-blockquote to handle multiple lines of indented code inside a blockquote (fixes #1393).
|
2024-10-28 21:40:39 -07:00 |
|
David Anson
|
a7a50eaa39
|
Update MD054/link-image-style to handle autolinked email addresses when disallowed (fixes #1391).
|
2024-10-27 22:02:33 -07:00 |
|
David Anson
|
04c693b00b
|
Update MD051/link-fragments to add ignore_case parameter and improve documentation (fixes #1274).
|
2024-10-08 22:40:25 -07:00 |
|
David Anson
|
5cc40c54b7
|
Enable custom rules to use the micromark parser, export micromark helpers for reuse.
|
2024-10-01 22:53:46 -07:00 |
|
David Anson
|
fa24329f89
|
Update test repo snapshots.
|
2024-09-26 21:39:08 -07:00 |
|
David Anson
|
0dffe940b5
|
Update dependency: markdownlint-micromark to 0.1.11 (refs DavidAnson/markdownlint-cli2#325).
|
2024-09-19 21:54:38 -07:00 |
|
David Anson
|
bdd5cdcafe
|
Add snapshot test for markdownit token params passed to custom rules.
|
2024-09-12 22:52:30 -07:00 |
|
David Anson
|
d279c4e424
|
Update test repo snapshots.
|
2024-09-12 22:49:00 -07:00 |
|
David Anson
|
4893b55d22
|
Update test repo snapshots.
|
2024-09-10 20:26:20 -07:00 |
|
David Anson
|
087be0dd8a
|
Update test repo snapshots.
|
2024-09-08 20:37:17 -07:00 |
|
David Anson
|
b79b519c34
|
Update test repo snapshots.
|
2024-08-21 20:14:51 -07:00 |
|
David Anson
|
7aac5b0553
|
Refactor to remove flattenedLists, indentFor, listItemMarkerRe, orderedListItemMarkerRe, rangeFromRegExp, and unorderedListStyleFor helpers, reimplement MD004/MD029 using micromark tokens.
|
2024-08-20 21:36:17 -07:00 |
|
David Anson
|
2b8369ae39
|
Update MD031/blanks-around-fences to handle missing close fence.
|
2024-08-17 20:29:27 -07:00 |
|
David Anson
|
c8fd9eb4b3
|
Refactor to remove forEachLine and getLineMetadata helpers, reimplement MD012/MD018/MD020/MD031 using micromark tokens.
|
2024-08-17 17:58:16 -07:00 |
|
David Anson
|
3b581a7f6d
|
Reimplement MD013/line-length using micromark tokens.
|
2024-08-13 20:57:00 -07:00 |
|
David Anson
|
4072cf7417
|
Reimplement MD009/no-trailing-spaces using micromark tokens.
|
2024-08-12 23:24:46 -07:00 |
|
David Anson
|
ff8c1bf9b2
|
Reimplement MD010/no-hard-tabs using micromark tokens.
|
2024-08-10 21:44:42 -07:00 |
|
David Anson
|
a6cf08dfc6
|
Update MD039/no-space-in-links to report separate errors for start and end spaces (more granular; avoids conflicts).
|
2024-08-04 13:05:32 -07:00 |
|
David Anson
|
daa155d5a1
|
Reimplement MD039/no-space-in-links using micromark tokens.
|
2024-08-04 12:06:12 -07:00 |
|
David Anson
|
57ee2fe322
|
Update test repo snapshots.
|
2024-07-28 21:41:19 -07:00 |
|
David Anson
|
4d002e268e
|
Update test repo snapshots.
|
2024-07-23 22:00:46 -07:00 |
|
Fu Yuchen
|
6c8d0fdef8
|
Update MD018/no-missing-space-atx and MD020/no-missing-space-closed-atx to ignore the content of HTML blocks (fixes #1268).
|
2024-07-20 14:38:45 +09:00 |
|
David Anson
|
0f9556f4ec
|
Update test repo snapshots.
|
2024-07-15 12:30:54 +00:00 |
|
David Anson
|
2dd3ea7d18
|
Update test repo snapshots.
|
2024-07-12 08:02:01 +00:00 |
|
David Anson
|
e2a2f9ddc5
|
Update test repo snapshots.
|
2024-07-11 08:40:46 +00:00 |
|
David Anson
|
0d2af0c26a
|
Update test repo snapshots.
|
2024-07-08 06:58:46 +00:00 |
|
David Anson
|
964e4c80ab
|
Reimplement MD042/no-empty-links using micromark tokens.
|
2024-06-30 16:10:48 -07:00 |
|
David Anson
|
053be3fab6
|
Update test repo snapshots.
|
2024-06-27 04:12:56 +00:00 |
|
David Anson
|
347302169c
|
Reimplement MD014/commands-show-output using micromark tokens.
|
2024-06-22 15:12:37 -07:00 |
|
David Anson
|
96354678dc
|
Reimplement MD024/no-duplicate-heading using micromark tokens.
|
2024-06-19 21:05:50 -07:00 |
|
David Anson
|
fc9eaca653
|
Update test repo snapshots.
|
2024-06-19 20:33:18 -07:00 |
|
David Anson
|
3b9a7fb2dd
|
Reimplement MD023/heading-start-left using micromark tokens.
|
2024-06-17 22:18:58 -07:00 |
|
David Anson
|
0b165c1566
|
Reimplement MD021/no-multiple-space-closed-atx using micromark tokens.
|
2024-06-15 15:45:31 -07:00 |
|
David Anson
|
4ff3a27fa2
|
Reimplement MD019/no-multiple-space-atx using micromark tokens.
|
2024-06-11 21:37:29 -07:00 |
|
David Anson
|
12502f6571
|
Exclude htmlFlow content by default for filterByTypes, opt in as needed.
|
2024-06-09 17:09:03 -07:00 |
|
David Anson
|
ea9659841e
|
Reimplement MD025/single-title/single-h1 using micromark tokens.
|
2024-06-08 20:41:40 -07:00 |
|
David Anson
|
6daaa43410
|
Reimplement MD003/heading-style using micromark tokens.
|
2024-06-08 14:44:49 -07:00 |
|
David Anson
|
56a7fc82d7
|
Update test repo snapshots.
|
2024-06-04 19:25:18 -07:00 |
|
David Anson
|
26466108e9
|
Add new rule MD058/blanks-around-tables (fixes #132).
|
2024-06-03 21:16:45 -07:00 |
|