David Anson
|
61febde9c1
|
Update test repo snapshots.
|
2025-03-11 04:15:33 +00:00 |
|
David Anson
|
5cc88a7759
|
Add test to verify exported names are stable, add missing test files after earlier refactor.
|
2025-03-06 20:24:33 -08:00 |
|
David Anson
|
087df4480e
|
Update test repo snapshots.
|
2025-03-07 03:59:23 +00:00 |
|
David Anson
|
d5cb5c8546
|
Update getHeadingText helper to exclude HTML comments from returned heading text (fixes #1411).
|
2025-03-04 21:04:33 -08:00 |
|
David Anson
|
f0b1afe884
|
Update test repo snapshots.
|
2025-03-05 04:42:49 +00: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
|
c4d15e0d2a
|
Update test repo snapshots.
|
2025-03-01 04:15:05 +00:00 |
|
David Anson
|
14524283cc
|
Update test repo snapshots.
|
2025-02-28 02:30:40 +00:00 |
|
David Anson
|
d53e3ff46c
|
Update test repo snapshots.
|
2025-02-26 02:32:19 +00:00 |
|
David Anson
|
a36f2dcf41
|
Update test repo snapshots.
|
2025-02-24 03:21:09 +00:00 |
|
David Anson
|
715020de46
|
Update test repo snapshots.
|
2025-02-20 05:46:43 +00:00 |
|
David Anson
|
41654fbb60
|
Update test repo snapshots.
|
2025-02-18 04:01:54 +00:00 |
|
David Anson
|
c39a2dd516
|
Add test case for MD059/descriptive-link-text with MD039/no-space-in-links.
|
2025-02-13 22:56:13 -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
|
3cbe1cb6c5
|
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 |
|
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 |
|