David Anson
|
f24f98e146
|
Add support for using custom rules.
|
2018-02-15 21:35:58 -08:00 |
|
David Anson
|
4619a8c824
|
Refactor to run rule analysis when called, simplify functions.
|
2018-02-05 21:26:07 -08:00 |
|
David Anson
|
fda309df2f
|
Refactor to simplify and generalize rule name handling.
|
2018-02-04 20:27:20 -08:00 |
|
David Anson
|
bc8776c582
|
Stop caching forEachLine/flattenLists results on params object.
|
2018-02-02 22:29:50 -08:00 |
|
David Anson
|
5adbf30628
|
Remove GitHub tag badge from README.md.
|
2018-01-31 21:35:33 -08:00 |
|
David Anson
|
056608a680
|
Improve code to determine unordered list style for MD004/ul-style (fixes #104).
|
2018-01-31 21:32:50 -08:00 |
|
David Anson
|
c0ea22e55e
|
Update to version 0.7.0.
|
2018-01-22 20:54:26 -08:00 |
|
David Anson
|
6ca9340a30
|
Update dependencies: @types/node to 9.3.0, browserify to 15.2.0, eslint to 4.16.0, uglify-js to 3.3.8.
|
2018-01-22 20:29:06 -08:00 |
|
David Anson
|
9ba143555d
|
Move each rule implementation into its own file (fixes #83).
|
2018-01-21 21:44:25 -08:00 |
|
David Anson
|
49e36f817c
|
Remove abbreviations from rule metadata to clarify API.
|
2018-01-18 21:34:30 -08:00 |
|
David Anson
|
513a1351a5
|
Move code shared by rules into shared.js.
|
2018-01-18 21:27:07 -08:00 |
|
David Anson
|
f79cdcb0d4
|
Rename rule params.options to .config for API consistency.
|
2018-01-17 20:52:54 -08:00 |
|
David Anson
|
a0e3b4db90
|
Remove regexp from rule definition to simplify API.
|
2018-01-16 21:27:38 -08:00 |
|
David Anson
|
d47091078e
|
Add links to Mocha project to Examples section of README.
|
2018-01-14 21:59:23 -08:00 |
|
David Anson
|
25b6e6f2f3
|
Move error reporting helpers out of core to simplify API for rule.func.
|
2018-01-14 21:53:35 -08:00 |
|
David Anson
|
6319cbba3e
|
Remove deprecated io.js from .travis.yml.
|
2018-01-13 22:08:26 -08:00 |
|
David Anson
|
54c28f47c3
|
Merge rule name/alias in rule definitions and results (for resultVersion 2).
|
2018-01-12 23:21:06 -08:00 |
|
David Anson
|
b565c1ff32
|
Add violation of new rule MD045 to break-all-the-rules.md.
|
2018-01-08 21:29:13 -08:00 |
|
David Anson
|
29e64d86dd
|
Merge branch 'DuncanmaMSFT-master' into next
|
2018-01-06 18:08:54 -08:00 |
|
David Anson
|
f91f0880c3
|
Refine implementation of MD045/no-alt-text in previous commit.
|
2018-01-06 18:06:32 -08:00 |
|
Duncan Mackenzie
|
4fa837a031
|
Add MD045/no-alt-text (fixes #75).
|
2018-01-06 15:55:59 -08:00 |
|
David Anson
|
ac180ff9b9
|
Add reference to @types/node for better VS Code experience.
|
2017-12-19 22:20:10 -08:00 |
|
David Anson
|
5bc016e404
|
Update dependencies: eslint to 4.13.1, uglify-js to 3.2.2.
|
2017-12-16 23:21:24 -08:00 |
|
David Anson
|
0b2c810389
|
Update dependencies: markdown-it to 8.4.0.
|
2017-12-15 23:31:05 -08:00 |
|
David Anson
|
3cecb86f9b
|
Add "// @ts-check" for better VS Code experience, address corresponding issues.
|
2017-12-15 22:55:51 -08:00 |
|
David Anson
|
1184281c87
|
Replace trimLeft/trimRight polyfills with helper methods.
|
2017-12-13 21:41:28 -08:00 |
|
David Anson
|
39d39db961
|
Add style one_or_ordered to MD029/ol-prefix (fixes #97).
|
2017-12-12 22:41:11 -08:00 |
|
David Anson
|
4345423be1
|
Update to version 0.6.4.
|
2017-11-22 21:45:56 -08:00 |
|
David Anson
|
f62b5c8ca3
|
Add --no-save to build-example script's use of npm install.
|
2017-11-22 21:41:14 -08:00 |
|
David Anson
|
79f9adf08b
|
Update dependencies: eslint to 4.11.0, uglify-js to 3.1.10.
|
2017-11-21 22:02:51 -08:00 |
|
David Anson
|
af968fb246
|
Add Examples section to README with links to real-world use cases.
|
2017-11-21 21:58:42 -08:00 |
|
David Anson
|
a74340ed44
|
Update package keywords: +CommonMark, -validate.
|
2017-11-20 21:53:50 -08:00 |
|
David Anson
|
f910fa0cb1
|
Add detail to MD029/ol-prefix message to help distinguish 1/1/1 from 1/2/3.
|
2017-11-20 21:49:22 -08:00 |
|
David Anson
|
0fd322a380
|
Improve highlighting for MD042/no-empty-links, add more tests.
|
2017-11-15 21:44:21 -08:00 |
|
David Anson
|
3b42e00c60
|
Update to version 0.6.3.
|
2017-11-13 21:10:22 -08:00 |
|
David Anson
|
d46fb3b6dd
|
Improve RegExp for MD020/no-missing-space-closed-atx, more tests.
|
2017-11-12 22:21:54 -08:00 |
|
David Anson
|
8c2bb1f5bd
|
Update to version 0.6.2.
|
2017-11-08 21:27:22 -08:00 |
|
David Anson
|
975129671e
|
Update dependencies: browserify to 14.5.0, eslint to 4.10.0, nodeunit to 0.11.2, q to 1.5.1, rimraf to 2.6.2, uglify-js to 3.1.8.
|
2017-11-07 22:00:53 -08:00 |
|
David Anson
|
b19b3ccd7f
|
Add new test case from markdownlint/markdownlint project.
|
2017-11-07 21:49:08 -08:00 |
|
David Anson
|
7acb3d72fd
|
Improve highlighting for MD044/proper-names, add more tests.
|
2017-11-07 21:40:50 -08:00 |
|
David Anson
|
1668207213
|
Update spaceInsideLinkRe for consistency with vscode-markdownlint.
|
2017-11-06 21:56:59 -08:00 |
|
David Anson
|
6fa609fdbd
|
Make bare URL RegExp case-insensitive, add more tests.
|
2017-11-02 22:36:53 -07:00 |
|
David Anson
|
4a27c3d100
|
Improve highlighting for MD037/no-space-in-emphasis, add more tests.
|
2017-11-02 22:25:56 -07:00 |
|
David Anson
|
5fee0a921d
|
Improve highlighting for MD038/no-space-in-code, add more tests.
|
2017-10-31 23:05:28 -07:00 |
|
David Anson
|
681e8bae4e
|
Improve highlighting for MD027/no-multiple-space-blockquote, add more tests.
|
2017-10-29 20:54:14 -07:00 |
|
David Anson
|
1dce3e45d3
|
Update MD013/line-length to allow long lines composed only of emphasized/strong links (fixes #67).
|
2017-10-28 14:58:34 -07:00 |
|
David Anson
|
0c38635afe
|
Add TOML title syntax to MD041/first-line-h1 default RegExp (fixes #77).
|
2017-10-24 22:15:03 -07:00 |
|
David Anson
|
77e27cbe09
|
Merge branch 'jonlabelle-add-st-linter-link'
|
2017-10-03 22:15:51 -07:00 |
|
Jon LaBelle
|
f5fb33a400
|
Add link to Sublime Text plug-in
|
2017-10-02 22:51:27 -05:00 |
|
David Anson
|
103a67d1e0
|
Update to version 0.6.1.
|
2017-09-09 22:29:57 -07:00 |
|