.. |
cache.js
|
Remove state from shared.js, move to cache.js.
|
2019-04-10 21:26:59 -07:00 |
markdownlint.js
|
Update fixInfo.lineNumber for front matter, sanitize fixInfo object from rules.
|
2019-10-19 17:34:02 -07:00 |
md001.js
|
Expose shared.js helper code for custom rule authors (fixes #134).
|
2019-04-13 11:18:57 -07:00 |
md002.js
|
Expose shared.js helper code for custom rule authors (fixes #134).
|
2019-04-13 11:18:57 -07:00 |
md003.js
|
Expose shared.js helper code for custom rule authors (fixes #134).
|
2019-04-13 11:18:57 -07:00 |
md004.js
|
Expose shared.js helper code for custom rule authors (fixes #134).
|
2019-04-13 11:18:57 -07:00 |
md005.js
|
Expose shared.js helper code for custom rule authors (fixes #134).
|
2019-04-13 11:18:57 -07:00 |
md006.js
|
Update MD006/MD023 to report fixInfo for violations, process input to fixErrors.
|
2019-09-02 15:35:43 -07:00 |
md007.js
|
Expose shared.js helper code for custom rule authors (fixes #134).
|
2019-04-13 11:18:57 -07:00 |
md009.js
|
Update MD009/MD010/MD012/MD028 to report fixInfo for violations.
|
2019-08-24 22:55:51 -07: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
|
Update MD009/MD010/MD012/MD028 to report fixInfo for violations.
|
2019-08-24 22:55:51 -07:00 |
md013.js
|
Update MD013/line-length with new code_block_line_length parameter (fixes #184).
|
2019-06-07 19:57:15 -07:00 |
md014.js
|
Update MD014/commands-show-output to report each violation, include fix information (fixes #217).
|
2019-10-01 22:12:12 -07:00 |
md018.js
|
Update MD018/MD019/MD020/MD021 to report fixInfo for violations.
|
2019-09-08 16:51:00 -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
|
Fix applyFix handling of multiple line endings; MD022 handling of multiple lines.
|
2019-09-16 22:38:29 -07: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
|
Expose shared.js helper code for custom rule authors (fixes #134).
|
2019-04-13 11:18:57 -07:00 |
md025.js
|
Expose shared.js helper code for custom rule authors (fixes #134).
|
2019-04-13 11:18:57 -07:00 |
md026.js
|
Update MD026/MD030 to report fixInfo for violations.
|
2019-09-11 22:59:42 -07: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
|
Expose shared.js helper code for custom rule authors (fixes #134).
|
2019-04-13 11:18:57 -07:00 |
md030.js
|
Update MD026/MD030 to report fixInfo for violations.
|
2019-09-11 22:59:42 -07:00 |
md031.js
|
Update MD022/MD031/MD032 to report fixInfo for violations, normalize input to fixErrors.
|
2019-08-28 21:47:07 -07:00 |
md032.js
|
Replace string.trimEnd with string.trimRight for Node 8.
|
2019-08-28 21:52:13 -07:00 |
md033.js
|
Fix issue with MD044/proper-names where stateful RegExp could fail to match bare URLs, remove unnecessary use of bareUrlRe by MD033/no-inline-html.
|
2019-10-24 20:18:16 -07:00 |
md034.js
|
Update MD034/no-bare-urls to report multiple instances on the same line.
|
2019-09-22 21:31:02 -07:00 |
md035.js
|
Expose shared.js helper code for custom rule authors (fixes #134).
|
2019-04-13 11:18:57 -07:00 |
md036.js
|
Add full-width punctuation characters to MD026/no-trailing-punctuation and MD036/no-emphasis-as-heading (fixes #192).
|
2019-06-06 22:21:31 -07:00 |
md037.js
|
Update MD037/no-space-in-emphasis to handle "***"/"___" (fixes #218).
|
2019-10-02 19:56:52 -07:00 |
md038.js
|
Fix broken MD020/MD021/MD038 scenarios.
|
2019-09-19 21:39:59 -07:00 |
md039.js
|
Update MD039/no-space-in-links to handle hardbreaks (fixes #222).
|
2019-09-28 22:50:33 -07:00 |
md040.js
|
Expose shared.js helper code for custom rule authors (fixes #134).
|
2019-04-13 11:18:57 -07:00 |
md041.js
|
Expose shared.js helper code for custom rule authors (fixes #134).
|
2019-04-13 11:18:57 -07:00 |
md042.js
|
Expose shared.js helper code for custom rule authors (fixes #134).
|
2019-04-13 11:18:57 -07:00 |
md043.js
|
Expose shared.js helper code for custom rule authors (fixes #134).
|
2019-04-13 11:18:57 -07:00 |
md044.js
|
Fix issue with MD044/proper-names where stateful RegExp could fail to match bare URLs, remove unnecessary use of bareUrlRe by MD033/no-inline-html.
|
2019-10-24 20:18:16 -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
|
Implement rule MD046/code-block-style from Ruby version.
|
2019-04-17 14:42:17 -07:00 |
md047.js
|
Update applyFix to make line ending optional, MD047 to highlight only last character.
|
2019-09-20 21:50:44 -07:00 |
rules.js
|
Add MD047/single-trailing-newline for enforcing new lines at the end of file (fixes #89).
|
2019-04-19 20:13:07 -07:00 |