David Anson
|
12c4f79604
|
Add parsers object to RuleParams type, annotate every rule definition with Rule type for better type validation.
|
2024-02-27 20:42:09 -08:00 |
|
David Anson
|
a9a77940c5
|
Remove rule aliases for "header" (deprecated in v0.9.0).
|
2023-11-09 20:05:30 -08:00 |
|
David Anson
|
cb5eebb145
|
Fix an instance of "Polynomial regular expression used on uncontrolled data".
|
2022-01-21 21:51:36 -08:00 |
|
David Anson
|
5aef3a4a51
|
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 |
|
David Anson
|
33e3797084
|
Fix broken MD020/MD021/MD038 scenarios.
|
2019-09-19 21:39:59 -07:00 |
|
David Anson
|
316bfeadaa
|
Update MD018/MD019/MD020/MD021 to report fixInfo for violations.
|
2019-09-08 16:51:00 -07:00 |
|
David Anson
|
7e980401b8
|
Expose shared.js helper code for custom rule authors (fixes #134).
|
2019-04-13 11:18:57 -07:00 |
|
David Anson
|
213aef4564
|
Convert var to const/let (except in browser-only code).
|
2018-04-27 22:05:34 -07:00 |
|
Milos Levacic
|
45424cf459
|
Change "header" to "heading" across the library
This should be backward compatible, as all "header" aliases are still
available, though documented as discouraged for future use.
|
2018-04-18 22:27:48 -07:00 |
|
David Anson
|
9ba143555d
|
Move each rule implementation into its own file (fixes #83).
|
2018-01-21 21:44:25 -08:00 |
|