David Anson
|
bdc0246b34
|
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 |
|
David Anson
|
f775b9d4fb
|
Update rewritten MD037/no-space-in-emphasis to handle multiple-line emphasis (fixes #272).
|
2020-04-12 20:40:05 -07:00 |
|
David Anson
|
5c60e00a90
|
Update MD037/no-space-in-emphasis to avoid crash, handle more scenarios.
|
2020-04-11 12:33:28 -07:00 |
|
David Anson
|
678597485b
|
Fix possible crash in MD005/list-indent, reporting issue with MD029/ol-prefix.
|
2020-04-09 20:14:36 -07:00 |
|
David Anson
|
320acfd7cc
|
Update MD034/no-bare-urls to allow quoting bare URLs.
|
2020-04-08 21:58:52 -07:00 |
|
David Anson
|
e319f9501c
|
Update MD031/blanks-around-fences to add blockquote characters when fixing issues in that context.
|
2020-04-07 21:01:39 -07:00 |
|
David Anson
|
65b19b703b
|
Update MD038/no-space-in-code to allow the "single leading and trailing space" scenario (fixes #271).
|
2020-04-06 20:43:38 -07:00 |
|
David Anson
|
6ce426cf88
|
Add support for "markdownlint-configure-file" inline comments (fixes #264).
|
2020-04-05 19:47:12 -07:00 |
|
David Anson
|
dd66a33d75
|
Update MD034/no-bare-urls to ignore "[link]" scenario that conflicts with MD011/no-reversed-links (fixes #268).
|
2020-04-01 20:21:36 -07:00 |
|
David Anson
|
29f16bf402
|
Reimplement MD037/no-space-in-emphasis to better handle multiple fixes on a line and more scenarios (fixes #251).
|
2020-03-29 16:36:04 -07:00 |
|
David Anson
|
de86a26e4e
|
Update MD013/line-length to support stern parameter (fixes #256).
|
2020-03-22 14:06:29 -07:00 |
|
David Anson
|
742f2a8d79
|
Update MD029/ol-prefix to treat 0/1/2 as "ordered" (fixes #250).
|
2020-03-18 21:50:28 -07:00 |
|
David Anson
|
b87094e33d
|
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 |
|
David Anson
|
67d1476ed8
|
Update MD039/no-space-in-links to handle RegExp match failure (fixes #262).
|
2020-03-07 19:49:57 -08:00 |
|
David Anson
|
3238ed4249
|
Update all rules to better handle wrongly-typed configuration parameters.
|
2020-01-25 18:40:39 -08:00 |
|
David Anson
|
26ad0550ec
|
Update MD013/line-length to allow inline image links to exceed the length threshold (fixes #248).
|
2020-01-24 21:50:50 -08:00 |
|
David Anson
|
74af9f82fb
|
Enable jsdoc/require-jsdoc rule, fix all violations (fixes #85).
|
2020-01-23 19:42:46 -08:00 |
|
David Anson
|
e3c93ed65d
|
Add eslint-plugin-jsdoc to lint script, address new violation.
|
2020-01-19 21:01:11 -08:00 |
|
David Anson
|
9ac06456d1
|
Update MD014/commands-show-output to allow blanks and output-less commands (fixes #241).
|
2020-01-18 21:28:42 -08:00 |
|
David Anson
|
6553a13b6c
|
Update MD005/list-indent to fix ordered list violations (unordered are better handled by MD007) (fixes #246).
|
2020-01-15 22:06:41 -08:00 |
|
David Anson
|
5f6e17915a
|
Copy range property of rule's onError object at time of call; add test to verify.
|
2020-01-13 19:49:51 -08:00 |
|
David Anson
|
d15324478c
|
Deprecate MD006/ul-start-left in favor of MD007/ul-indent.
|
2020-01-13 19:19:49 -08:00 |
|
David Anson
|
21b01b2a96
|
Resolve remaining TypeScript-based editor warnings in test file.
|
2020-01-11 20:48:00 -08:00 |
|
Jeremy Thomerson
|
9aeddedb7d
|
Allow for first level indentation of lists in MD007/ul-indent (fixes #242).
|
2020-01-01 12:53:03 -08:00 |
|
David Anson
|
b39e5e309e
|
Update MD013/line-length to include strict mode (fixes #237).
|
2019-12-12 21:22:45 -08:00 |
|
David Anson
|
5ae5e448b0
|
Update MD030/list-marker-space to allow bare list item markers for templating scenarios (fixes #235).
|
2019-12-10 22:09:40 -08:00 |
|
David Anson
|
6f3c67f760
|
Update MD009/no-trailing-spaces to include strict mode (fixes #216).
|
2019-12-09 22:05:57 -08:00 |
|
David Anson
|
a9251c533f
|
Add markdownlint-disable-file/markdownlint-enable-file inline comments (fixes #215).
|
2019-12-04 21:31:49 -08:00 |
|
David Anson
|
3e91da338c
|
Update MD007/ul-indent to report/fix for all unordered list item groupings.
|
2019-12-01 17:30:47 -08:00 |
|
David Anson
|
3981bc7897
|
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 |
|
David Anson
|
e717608cac
|
Update type declaration for MarkdownItToken with custom line/lineNumber properties.
|
2019-11-11 21:09:37 -08:00 |
|
David Anson
|
0a9ac73524
|
Introduce type declaration file for project after updating typescript dependency to 3.7.2.
|
2019-11-10 19:26:55 -08:00 |
|
Marius Lichtblau
|
e9b3cc4c18
|
Add fenced code block style rule (#224) (fixes #223).
|
2019-10-24 20:26:27 -07:00 |
|
David Anson
|
84b6d935f5
|
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 |
|
David Anson
|
31ffe52f0f
|
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 |
|
David Anson
|
9202ebe390
|
Update fixInfo.lineNumber for front matter, sanitize fixInfo object from rules.
|
2019-10-19 17:34:02 -07:00 |
|
David Anson
|
caf21fb392
|
Update MD037/no-space-in-emphasis to handle "***"/"___" (fixes #218).
|
2019-10-02 19:56:52 -07:00 |
|
David Anson
|
c4f77e021d
|
Update MD014/commands-show-output to report each violation, include fix information (fixes #217).
|
2019-10-01 22:12:12 -07:00 |
|
David Anson
|
1edb3f0a78
|
Update MD039/no-space-in-links to handle hardbreaks (fixes #222).
|
2019-09-28 22:50:33 -07:00 |
|
David Anson
|
6587ba7261
|
Fix MD011/no-reversed-links to better handle escaped RegExp content in reversed links.
|
2019-09-28 14:30:16 -07:00 |
|
David Anson
|
40ac584482
|
Update annotateTokens to handle multi-line code spans.
|
2019-09-27 21:18:16 -07:00 |
|
David Anson
|
3632ce28b9
|
Fix highlighting of MD011/no-reversed-links when preceeded by decorated text.
|
2019-09-26 22:29:01 -07:00 |
|
David Anson
|
33cb1a71ec
|
Fix MD039/no-space-in-links to handle links within a multi-line paragraph.
|
2019-09-24 23:00:30 -07:00 |
|
David Anson
|
1ac2e6c3e8
|
Fix MD019/no-multiple-space-atx to ignore headings without content.
|
2019-09-24 22:40:41 -07:00 |
|
David Anson
|
dc8e746cd2
|
Update MD037/no-space-in-emphasis to report left+right errors only once.
|
2019-09-22 21:58:57 -07:00 |
|
David Anson
|
737126cf93
|
Update MD034/no-bare-urls to report multiple instances on the same line.
|
2019-09-22 21:31:02 -07:00 |
|
David Anson
|
a75f1ecf2a
|
Fix MD039/no-space-in-links range for multiple issues on the same line.
|
2019-09-21 21:05:58 -07:00 |
|
David Anson
|
4843e277c0
|
Update applyFix to make line ending optional, MD047 to highlight only last character.
|
2019-09-20 21:50:44 -07:00 |
|
David Anson
|
33e3797084
|
Fix broken MD020/MD021/MD038 scenarios.
|
2019-09-19 21:39:59 -07:00 |
|
David Anson
|
677255a484
|
Fix applyFix handling of multiple line endings; MD022 handling of multiple lines.
|
2019-09-16 22:38:29 -07:00 |
|