.. |
cache.js
|
Remove state from shared.js, move to cache.js.
|
2019-04-10 21:26:59 -07:00 |
markdownlint.d.ts
|
Add Promise-based APIs for markdownlint and readConfig, update declaration file.
|
2020-09-13 12:58:09 -07:00 |
markdownlint.js
|
Add Promise-based APIs for markdownlint and readConfig, update declaration file.
|
2020-09-13 12:58:09 -07:00 |
md001.js
|
Add lint rules from eslint-plugin-unicorn.
|
2020-09-06 20:34:10 -07:00 |
md002.js
|
Update all rules to better handle wrongly-typed configuration parameters.
|
2020-01-25 18:40:39 -08:00 |
md003.js
|
Update all rules to better handle wrongly-typed configuration parameters.
|
2020-01-25 18:40:39 -08:00 |
md004.js
|
Update all rules to better handle wrongly-typed configuration parameters.
|
2020-01-25 18:40:39 -08:00 |
md005.js
|
Fix possible crash in MD005/list-indent, reporting issue with MD029/ol-prefix.
|
2020-04-09 20:14:36 -07:00 |
md006.js
|
Update MD006/ul-start-left to report/fix for all top-level items in lists that start indented.
|
2019-11-29 21:45:59 -08:00 |
md007.js
|
Update all rules to better handle wrongly-typed configuration parameters.
|
2020-01-25 18:40:39 -08:00 |
md009.js
|
Update all rules to better handle wrongly-typed configuration parameters.
|
2020-01-25 18:40:39 -08:00 |
md010.js
|
Update MD009/MD010/MD012/MD028 to report fixInfo for violations.
|
2019-08-24 22:55:51 -07:00 |
md011.js
|
Fix MD011/no-reversed-links to better handle escaped RegExp content in reversed links.
|
2019-09-28 14:30:16 -07:00 |
md012.js
|
Add lint rules from eslint-plugin-unicorn.
|
2020-09-06 20:34:10 -07:00 |
md013.js
|
Update MD013/line-length to support stern parameter (fixes #256).
|
2020-03-22 14:06:29 -07:00 |
md014.js
|
Update MD014/commands-show-output to allow blanks and output-less commands (fixes #241).
|
2020-01-18 21:28:42 -08:00 |
md018.js
|
Update MD018/no-missing-space-atx to ignore Keycap Number Sign emoji at start of line (fixes #257).
|
2020-03-08 19:49:52 -07:00 |
md019.js
|
Fix MD019/no-multiple-space-atx to ignore headings without content.
|
2019-09-24 22:40:41 -07:00 |
md020.js
|
Fix issue in MD020/no-missing-space-closed-atx that reported errors for single-character headers (fixes #229).
|
2019-10-24 20:18:16 -07:00 |
md021.js
|
Fix broken MD020/MD021/MD038 scenarios.
|
2019-09-19 21:39:59 -07:00 |
md022.js
|
Update all rules to better handle wrongly-typed configuration parameters.
|
2020-01-25 18:40:39 -08:00 |
md023.js
|
Update MD006/MD023 to report fixInfo for violations, process input to fixErrors.
|
2019-09-02 15:35:43 -07:00 |
md024.js
|
Update all rules to better handle wrongly-typed configuration parameters.
|
2020-01-25 18:40:39 -08:00 |
md025.js
|
Update all rules to better handle wrongly-typed configuration parameters.
|
2020-01-25 18:40:39 -08:00 |
md026.js
|
Update all rules to better handle wrongly-typed configuration parameters.
|
2020-01-25 18:40:39 -08:00 |
md027.js
|
Update MD027/MD044 to report fixInfo for violations.
|
2019-09-09 22:03:59 -07:00 |
md028.js
|
Update MD009/MD010/MD012/MD028 to report fixInfo for violations.
|
2019-08-24 22:55:51 -07:00 |
md029.js
|
Fix possible crash in MD005/list-indent, reporting issue with MD029/ol-prefix.
|
2020-04-09 20:14:36 -07:00 |
md030.js
|
Update all rules to better handle wrongly-typed configuration parameters.
|
2020-01-25 18:40:39 -08:00 |
md031.js
|
Update MD031/blanks-around-fences to add blockquote characters when fixing issues in that context.
|
2020-04-07 21:01:39 -07:00 |
md032.js
|
Replace string.trimEnd with string.trimRight for Node 8.
|
2019-08-28 21:52:13 -07:00 |
md033.js
|
Update all rules to better handle wrongly-typed configuration parameters.
|
2020-01-25 18:40:39 -08:00 |
md034.js
|
Update MD034/no-bare-urls to allow quoting bare URLs.
|
2020-04-08 21:58:52 -07:00 |
md035.js
|
Update all rules to better handle wrongly-typed configuration parameters.
|
2020-01-25 18:40:39 -08:00 |
md036.js
|
Update all rules to better handle wrongly-typed configuration parameters.
|
2020-01-25 18:40:39 -08:00 |
md037.js
|
Add lint rules from eslint-plugin-unicorn.
|
2020-09-06 20:34:10 -07:00 |
md038.js
|
Improve MD038/no-space-in-code to allow single-spaces surrounding a code inline with internal spaces (fixes #277).
|
2020-04-24 19:52:28 -07:00 |
md039.js
|
Update MD039/no-space-in-links to handle RegExp match failure (fixes #262).
|
2020-03-07 19:49:57 -08:00 |
md040.js
|
Expose shared.js helper code for custom rule authors (fixes #134).
|
2019-04-13 11:18:57 -07:00 |
md041.js
|
Update all rules to better handle wrongly-typed configuration parameters.
|
2020-01-25 18:40:39 -08:00 |
md042.js
|
Fix inline of links with empty link. (fixes #308)
|
2020-09-05 17:31:39 -07:00 |
md043.js
|
Update all rules to better handle wrongly-typed configuration parameters.
|
2020-01-25 18:40:39 -08:00 |
md044.js
|
MD044/proper-names should ignore text of automatic hyperlinks (fixes #329).
|
2020-09-18 20:30:46 -07:00 |
md045.js
|
Expose shared.js helper code for custom rule authors (fixes #134).
|
2019-04-13 11:18:57 -07:00 |
md046.js
|
Update all rules to better handle wrongly-typed configuration parameters.
|
2020-01-25 18:40:39 -08:00 |
md047.js
|
Update applyFix to make line ending optional, MD047 to highlight only last character.
|
2019-09-20 21:50:44 -07:00 |
md048.js
|
Update all rules to better handle wrongly-typed configuration parameters.
|
2020-01-25 18:40:39 -08:00 |
rules.js
|
Add lint rules from eslint-plugin-node.
|
2020-09-06 19:49:35 -07:00 |