.. |
cache.js
|
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 |
configuration.d.ts
|
Add new rule MD058/blanks-around-tables (fixes #132).
|
2024-06-03 21:16:45 -07:00 |
constants.js
|
Add new rule MD058/blanks-around-tables (fixes #132).
|
2024-06-03 21:16:45 -07:00 |
markdownlint.d.ts
|
Stop running the markdown-it parser unless a custom rule that requires it is present (~7% runtime reduction).
|
2024-08-21 21:19:52 -07:00 |
markdownlint.js
|
Stop running the markdown-it parser unless a custom rule that requires it is present (~7% runtime reduction).
|
2024-08-21 21:19:52 -07:00 |
md001.js
|
Reimplement MD001/heading-increment using micromark tokens.
|
2024-06-06 21:19:14 -07:00 |
md003.js
|
Exclude htmlFlow content by default for filterByTypes, opt in as needed.
|
2024-06-09 17:09:03 -07:00 |
md004.js
|
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 |
md005.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
md007.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
md009.js
|
Reimplement MD013/line-length using micromark tokens.
|
2024-08-13 20:57:00 -07:00 |
md010.js
|
Refactor to remove codeBlockAndSpanRanges helper.
|
2024-08-15 21:34:27 -07:00 |
md011.js
|
Refactor to remove codeBlockAndSpanRanges helper.
|
2024-08-15 21:34:27 -07:00 |
md012.js
|
Refactor to remove forEachLine and getLineMetadata helpers, reimplement MD012/MD018/MD020/MD031 using micromark tokens.
|
2024-08-17 17:58:16 -07:00 |
md013.js
|
Reimplement MD013/line-length using micromark tokens.
|
2024-08-13 20:57:00 -07:00 |
md014.js
|
Reimplement MD014/commands-show-output using micromark tokens.
|
2024-06-22 15:12:37 -07:00 |
md018.js
|
Refactor to remove forEachLine and getLineMetadata helpers, reimplement MD012/MD018/MD020/MD031 using micromark tokens.
|
2024-08-17 17:58:16 -07:00 |
md019-md021.js
|
Refactor MD019 and MD021 to share code more effectively.
|
2024-06-16 20:25:07 -07:00 |
md020.js
|
Refactor to remove forEachLine and getLineMetadata helpers, reimplement MD012/MD018/MD020/MD031 using micromark tokens.
|
2024-08-17 17:58:16 -07:00 |
md022.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
md023.js
|
Reimplement MD023/heading-start-left using micromark tokens.
|
2024-06-17 22:18:58 -07:00 |
md024.js
|
Reimplement MD024/no-duplicate-heading using micromark tokens.
|
2024-06-19 21:05:50 -07:00 |
md025.js
|
Reimplement MD024/no-duplicate-heading using micromark tokens.
|
2024-06-19 21:05:50 -07:00 |
md026.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
md027.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
md028.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
md029.js
|
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 |
md030.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
md031.js
|
Update MD031/blanks-around-fences to handle missing close fence.
|
2024-08-17 20:29:27 -07:00 |
md032.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
md033.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
md034.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
md035.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
md036.js
|
Reimplement MD036/no-emphasis-as-heading using micromark tokens.
|
2024-03-19 21:20:53 -07:00 |
md037.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
md038.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
md039.js
|
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 |
md040.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
md041.js
|
Exclude htmlFlow content by default for filterByTypes, opt in as needed.
|
2024-06-09 17:09:03 -07:00 |
md042.js
|
Reimplement MD042/no-empty-links using micromark tokens.
|
2024-06-30 16:10:48 -07:00 |
md043.js
|
Reimplement MD043/required-headings using micromark tokens.
|
2024-06-22 14:37:32 -07:00 |
md044.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
md045.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
md046.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
md047.js
|
Add Rule.parser property for custom rules to specify which Markdown parser output they use, honor it strictly, and add full type support.
|
2024-03-13 20:55:57 -07:00 |
md048.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
md049-md050.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
md051.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
md052.js
|
Add Rule.parser property for custom rules to specify which Markdown parser output they use, honor it strictly, and add full type support.
|
2024-03-13 20:55:57 -07:00 |
md053.js
|
Add Rule.parser property for custom rules to specify which Markdown parser output they use, honor it strictly, and add full type support.
|
2024-03-13 20:55:57 -07:00 |
md054.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
md055.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
md056.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
md058.js
|
Remove outdated type annotations and lint suppressions.
|
2024-06-21 21:03:37 -07:00 |
rules.js
|
Refactor MD019 and MD021 to share code more effectively.
|
2024-06-16 20:25:07 -07:00 |