David Anson
|
7bbf99948e
|
Update test repo snapshots.
|
2024-05-12 21:53:51 -07:00 |
|
David Anson
|
ed1bb6d88e
|
Update test repo snapshots.
|
2024-05-02 20:42:53 -07:00 |
|
David Anson
|
b9618df069
|
Update test repo snapshots.
|
2024-04-07 20:23:29 -07:00 |
|
David Anson
|
dfbb7ffcf6
|
Update test repo snapshots.
|
2024-04-03 21:47:50 -07:00 |
|
David Anson
|
02afc89443
|
Update test repo snapshots.
|
2024-03-29 21:52:04 -07:00 |
|
David Anson
|
b7ed1e6540
|
Update test repo snapshots.
|
2024-03-27 20:40:57 -07:00 |
|
David Anson
|
ab0ea70b7f
|
Update test repo snapshots.
|
2024-03-20 20:17:57 -07:00 |
|
David Anson
|
fdd8ba1974
|
Update MD051/link-fragments to include math text when creating heading fragments (fixes #1152).
|
2024-03-17 14:31:49 -07:00 |
|
David Anson
|
2b73095ebd
|
Handle parser inconsistency for "u@.com" to avoid repeatedly wrapping with "<>" when fixing the bare URL (email) (fixes #1140).
|
2024-03-03 19:06:14 -08:00 |
|
David Anson
|
4436d84b55
|
Update MD027/no-multiple-space-blockquote range to cover just the extra spaces (vs. including nearby syntax).
|
2024-02-26 20:37:40 -08:00 |
|
David Anson
|
730ae9a96f
|
Reimplement MD027/no-multiple-space-blockquote using micromark tokens.
|
2024-02-25 15:06:28 -08:00 |
|
David Anson
|
64b9032b51
|
Update MD049/emphasis-style and MD050/strong-style to properly detect violations at the beginning and end of a line (fixes #1132).
|
2024-02-19 15:41:10 -08:00 |
|
David Anson
|
f26df4743c
|
Reimplement MD040/fenced-code-language using micromark tokens.
|
2024-02-18 17:22:32 -08:00 |
|
David Anson
|
45c8766eda
|
Refine previous commit for MD051/link-fragments to tweak behavior, tests, and documentation.
|
2024-02-10 15:41:55 -08:00 |
|
Théo LUDWIG
|
242b35f98f
|
Update MD051/link-fragments to support GitHub-style line/column range syntax in URLs (refs #1117).
|
2024-02-10 15:41:55 -08:00 |
|
David Anson
|
41cda6641c
|
Update test repo snapshots.
|
2024-01-31 20:44:42 -08:00 |
|
David Anson
|
52a4d37e63
|
Update test repo snapshots.
|
2024-01-29 20:55:15 -08:00 |
|
David Anson
|
e950b0a7eb
|
Update test repo snapshots.
|
2024-01-24 22:29:49 -08:00 |
|
David Anson
|
1769f70845
|
Replace strip-json-comments dev dependency with jsonc-parser to handle trailing comments in JSONC test input (for mdn/content), update test repo snapshots.
|
2024-01-21 20:14:18 -08:00 |
|
David Anson
|
7ae5dcabaf
|
Update test repo snapshots.
|
2024-01-15 12:40:37 -08:00 |
|
David Anson
|
d4b92e05f0
|
Update test repo snapshots.
|
2024-01-11 23:17:47 -08:00 |
|
David Anson
|
30d62f19ac
|
Add rule MD056/table-column-count (fixes #92).
|
2024-01-06 20:06:47 -08:00 |
|
David Anson
|
b55208b27b
|
Update dependency markdownlint-micromark to 0.1.8, incorporate new micromark-extension-directive exports.
|
2024-01-01 22:12:42 -08:00 |
|
David Anson
|
9b5f6a28f9
|
Fix possible exceptions due to addError's range/editColumn out of range, update test-extra to use test.serial() for better progress.
|
2023-12-31 21:51:34 -08:00 |
|
David Anson
|
d0a491d74b
|
Refactor tests to split large repo tests into separate files so ava will run them in parallel (reduces test time by ~50%).
|
2023-12-30 19:14:31 -08:00 |
|
David Anson
|
7d2248d211
|
Update MD055/table-pipe-style to support "consistent" and other styles, use micromark positioning, report ranges, add more tests.
|
2023-12-30 18:15:38 -08:00 |
|
David Anson
|
a24ce43278
|
Update test repo snapshots.
|
2023-12-29 15:58:13 -08:00 |
|
David Anson
|
fa462fe3fc
|
Add support for delta line numbers to test scenario tagging syntax: {MD000:+3}.
|
2023-12-28 16:46:15 -08:00 |
|
David Anson
|
e014a79e16
|
Update test repo snapshots.
|
2023-12-12 17:38:50 -08:00 |
|
David Anson
|
9f87e7dc60
|
Update MD038/no-space-in-code to avoid a possible range error for indented code fences.
|
2023-12-06 21:28:23 -08:00 |
|
David Anson
|
652244fbab
|
Update test repos script to transform "allow_different_nesting" rule parameter to "siblings_only" per removal of former.
|
2023-12-05 20:09:57 -08:00 |
|
David Anson
|
f2725178b1
|
Update MD024/no-duplicate-heading to remove duplicate parameter allow_different_nesting which confuses people.
|
2023-12-05 19:23:17 -08:00 |
|
David Anson
|
43330dc04f
|
Update snapshot for https://github.com/mdn/content repository to reflect recent changes.
|
2023-11-24 16:05:34 -08:00 |
|
David Anson
|
a64295658e
|
Update CHANGELOG.md for version 0.32.0 to mention end-of-life Node 16, update test repo snapshots.
|
2023-11-19 23:22:21 -08:00 |
|
David Anson
|
41bc8465d2
|
Update MD054/link-image-style handling of url_inline to ensure link and destination match and that the destination is autolink-able (fixes #1040).
|
2023-11-14 19:56:23 -08:00 |
|
David Anson
|
b709a2f624
|
Update MD054/link-image-style to add url_inline parameter (fixes #753).
|
2023-11-12 22:46:30 -08:00 |
|
David Anson
|
063310e51a
|
Update MD054/link-image-style to split reference parameter into full/collapsed/shortcut parameters (fixes #918).
|
2023-11-11 22:12:50 -08:00 |
|
David Anson
|
a9a77940c5
|
Remove rule aliases for "header" (deprecated in v0.9.0).
|
2023-11-09 20:05:30 -08:00 |
|
David Anson
|
20a552b4b7
|
Remove MD002 (deprecated in v0.13.0) and MD006 (deprecated in v0.19.0).
|
2023-11-09 19:47:24 -08:00 |
|
David Anson
|
10f095c4fd
|
Refactor new MD054/link-image-style rule, add tests, update documentation (fixes #40, fixes #399).
|
2023-11-02 19:48:55 -07:00 |
|
David Anson
|
739cfb6fe2
|
Update MD034/no-bare-urls to restore per-sibling scan (vs. all-element scan) and ignore tokens inside an htmlFlow context.
|
2023-10-23 20:55:37 -07:00 |
|
David Anson
|
63325edc97
|
Update MD005, MD007, MD022, MD037, MD038 to not report violations within "htmlFlow" context (fixes #999).
|
2023-10-21 22:03:11 -07:00 |
|
David Anson
|
2a56f130c1
|
Refactor Token.parent() to Token.parent, add validation tests for parent, fix parent in htmlFlow scenario, improve type saftey slightly.
|
2023-10-19 23:01:31 -07:00 |
|
Kate Higa
|
531e58ed9a
|
Update MD045/no-alt-text to report instances of HTML "img" tags missing an "alt" attribute (fixes #992).
|
2023-10-18 23:20:19 -07:00 |
|
David Anson
|
da17cec722
|
Reimplement MD007/ul-indent using micromark tokens, reduce the length of fix edits (fixes #969).
|
2023-10-15 21:25:08 -07:00 |
|
David Anson
|
9297bcde1c
|
Reimplement MD005/list-indent using micromark tokens, improve range reporting.
|
2023-10-12 21:43:31 -07:00 |
|
David Anson
|
e89ff6ea98
|
Reimplement MD030/list-marker-space using micromark tokens, improve range accuracy.
|
2023-10-10 22:03:18 -07:00 |
|
David Anson
|
6eca6f1c3d
|
Allow HTML comments containing "--" even though it is not allowed by the CommonMark specification because it is allowed by the HTML specification and it happens in real life (fixes #996).
|
2023-10-07 20:18:43 -07:00 |
|
David Anson
|
941769f204
|
Update MD051/link-fragments to handle backslash-escaping in heading text (fixes #984).
|
2023-09-18 22:20:44 -07:00 |
|
David Anson
|
8cf50f01b7
|
Update snapshot for https://github.com/mdn/content repository to reflect recent changes.
|
2023-09-17 21:24:22 -07:00 |
|