David Anson
|
1e71f6f44e
|
Convert markdownlint library to an ECMAScript module, replace markdownlint-micromark with micromark, stop publishing (large) markdownlint-browser.js, see https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c for guidance.
|
2024-11-29 18:29:21 -08:00 |
|
David Anson
|
d5994ae4de
|
Add Rule.parser property for custom rules to specify which Markdown parser output they use, honor it strictly, and add full type support.
|
2024-03-13 20:55:57 -07:00 |
|
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
|
4843e277c0
|
Update applyFix to make line ending optional, MD047 to highlight only last character.
|
2019-09-20 21:50:44 -07:00 |
|
David Anson
|
cdd87e647f
|
Add infrastructure for rules to include fix information when logging violations, update MD047 (refs #80).
|
2019-08-16 19:56:52 -07:00 |
|
KitoW
|
a977d0dcbc
|
Add MD047/single-trailing-newline for enforcing new lines at the end of file (fixes #89).
|
2019-04-19 20:13:07 -07:00 |
|