markdownlint/lib
2022-04-28 21:53:51 -07:00
..
cache.js Update MD044/proper-names to add html_elements parameter (fixes #435). 2022-04-25 21:50:33 -07:00
constants.js Update to version 0.25.1. 2022-01-13 22:29:31 -08:00
markdownlint.d.ts Add support for asynchronous custom rules (ex: to read a file or make a network request). 2021-12-11 21:44:25 -08:00
markdownlint.js Update MD044/proper-names to add html_elements parameter (fixes #435). 2022-04-25 21:50:33 -07:00
md001.js Add lint rules from eslint-plugin-unicorn. 2020-09-06 20:34:10 -07:00
md002.js Fix grammar issues in Rules.md. 2020-12-30 16:42:34 -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 MD004/ul-style to handle invalid "style" parameter values. 2021-02-06 16:09:16 -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 dependencies: eslint-plugin-jsdoc to 31.6.0, eslint-plugin-unicorn to 27.0.0. 2021-02-06 19:55:22 -08:00
md007.js Update MD007/ul-indent to support start_indent parameter (fixes #337, closes #397). 2021-12-13 21:49:43 -08:00
md009.js Update dependencies: eslint-plugin-jsdoc to 31.6.0, eslint-plugin-unicorn to 27.0.0. 2021-02-06 19:55:22 -08:00
md010.js Update MD010/no-hard-tabs to add ignore_code_languages parameter (fixes #383). 2022-04-28 21:09:06 -07:00
md011.js Reimplement inlineCodeSpanRanges as codeBlockAndSpanRanges to fix an issue with unterminated code spans (and for flexibility). 2021-11-23 04:51:20 +00: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/MD019/MD020/MD021 to look specifically for "space" characters (space or tab) instead of RegExp's "\s" characters per CommonMark specification (fixes #367). 2021-02-03 22:05:07 -08:00
md019.js Update MD018/MD019/MD020/MD021 to look specifically for "space" characters (space or tab) instead of RegExp's "\s" characters per CommonMark specification (fixes #367). 2021-02-03 22:05:07 -08:00
md020.js Update MD018/MD019/MD020/MD021 to look specifically for "space" characters (space or tab) instead of RegExp's "\s" characters per CommonMark specification (fixes #367). 2021-02-03 22:05:07 -08:00
md021.js Fix an instance of "Polynomial regular expression used on uncontrolled data". 2022-01-21 21:51:36 -08:00
md022.js Update all rules to better handle wrongly-typed configuration parameters. 2020-01-25 18:40:39 -08:00
md023.js Update dependencies: eslint-plugin-jsdoc to 31.6.0, eslint-plugin-unicorn to 27.0.0. 2021-02-06 19:55:22 -08:00
md024.js Update all rules to better handle wrongly-typed configuration parameters. 2020-01-25 18:40:39 -08:00
md025.js Fix grammar issues in Rules.md. 2020-12-30 16:42:34 -08:00
md026.js Fix an instance of "Polynomial regular expression used on uncontrolled data". 2022-01-20 20:02:14 -08:00
md027.js Update MD027/MD044 to report fixInfo for violations. 2019-09-09 22:03:59 -07:00
md028.js Remove automatic fix from MD028/no-blanks-blockquote due to ambiguity (fixes #315). 2020-11-23 14:57:19 -08: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 Handle implicit close fence in MD031/blanks-around-fences to avoid null-dereference. 2020-10-16 14:08:42 -07:00
md032.js Update dependencies: eslint-plugin-jsdoc to 31.6.0, eslint-plugin-unicorn to 27.0.0. 2021-02-06 19:55:22 -08:00
md033.js Update previous commit for MD051/link-fragments to rename, refactor, add support for HTML anchors, and validate against 2022-04-16 14:08:56 -07:00
md034.js Update MD034/no-bare-urls to allow quoting bare URLs. 2020-04-08 21:58:52 -07:00
md035.js Update MD035/hr-style to preserve embedded spaces in thematic break markup (fixes #498). 2022-04-28 21:53:51 -07:00
md036.js Update all rules to better handle wrongly-typed configuration parameters. 2020-01-25 18:40:39 -08:00
md037.js Update MD037/no-space-in-emphasis to ignore embedded underscore emphasis markers (fixes #444, fixes #408, fixes #354, fixes #324). 2021-12-21 22:21:28 +00: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 fix reference-style links, be slightly more permissive matching link content. 2021-12-22 14:52:43 -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 MD041/first-line-heading to recognize HTML headings (fixes #366). 2021-01-31 15:51:57 -08:00
md042.js Update MD042/no-empty-links to improve range reporting, remove helpers.emptyLinkRe. 2022-02-13 17:41:31 -08:00
md043.js Disable ESLint rule func-style. 2021-12-11 21:48:00 -08:00
md044.js Update MD044/proper-names to add html_elements parameter (fixes #435). 2022-04-25 21:50:33 -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
md049.js Update rules MD049/emphasis-style and MD050/strong-style to include range and fixInfo when reporting issues (i.e., to be automatically fixable). 2021-11-28 23:26:02 -08:00
md050.js Update rules MD049/emphasis-style and MD050/strong-style to include range and fixInfo when reporting issues (i.e., to be automatically fixable). 2021-11-28 23:26:02 -08:00
md051.js Update MD051/link-fragments to support indexing of repated headings. 2022-04-21 21:02:46 -07:00
rules.js Initial implementation of MD051/valid-link-fragments (refs #253, closes #495). 2022-04-16 14:08:56 -07:00