Commit graph

82 commits

Author SHA1 Message Date
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
e938f421a9 Update to version 0.8.1. 2018-03-20 20:45:45 -07:00
Guillaume ARM
b3f0d76a67 Add a link to linter-node-markdownlint
linter-node-markdownlint extension for Atom
2018-03-16 17:55:06 -07:00
David Anson
5dcdb55952 Update to version 0.8.0. 2018-03-10 21:46:52 -08:00
David Anson
942cc9af08 Use "markdown" for syntax highlighting on GitHub ("md" not recognized). 2018-03-03 22:22:02 -08:00
David Anson
f24f98e146 Add support for using custom rules. 2018-02-15 21:35:58 -08:00
David Anson
5adbf30628 Remove GitHub tag badge from README.md. 2018-01-31 21:35:33 -08:00
David Anson
c0ea22e55e Update to version 0.7.0. 2018-01-22 20:54:26 -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
54c28f47c3 Merge rule name/alias in rule definitions and results (for resultVersion 2). 2018-01-12 23:21:06 -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
4345423be1 Update to version 0.6.4. 2017-11-22 21:45:56 -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
3b42e00c60 Update to version 0.6.3. 2017-11-13 21:10:22 -08:00
David Anson
8c2bb1f5bd Update to version 0.6.2. 2017-11-08 21:27:22 -08: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
David Anson
82d9c36d6f Update to version 0.6.0. 2017-07-18 21:51:01 -07:00
David Anson
0a678d25c1 Ignore the content of (valid) HTML comments when linting (fixes #64). 2017-07-16 23:08:47 -07:00
David Anson
8c34383f80 Change default value of options.resultVersion to 1 (breaking change). 2017-07-05 21:53:21 -07:00
David Anson
5bea80f5cd Ignore TOML front matter in addition to YAML (fixes #63). 2017-07-02 20:33:29 -07:00
David Anson
0e8cb8f0dd Update Ruby markdownlint URLs from "mivok" to "markdownlint" after transition. 2017-06-18 15:49:33 -07:00
David Anson
47707f0ddf Update to version 0.5.0. 2017-05-22 20:04:37 -07:00
David Anson
614ac8fa23 Add noInlineConfig option to disable inline config comments. 2017-05-21 22:58:10 -07:00
David Anson
7528295cae Add support for shareable/extendable configuration via "extends" and helper functions (fixes #33). 2017-05-19 22:36:46 -07:00
David Anson
b436640918 Add short links to each rule in Rules.md, update README.md to use them (fixes #54). 2017-05-07 12:48:04 -07:00
David Anson
24c33df174 Update to version 0.4.1. 2017-03-19 21:14:00 -07:00
David Anson
e2bdb522f5 Update to version 0.4.0. 2017-03-03 23:05:15 -08:00
David Anson
d8975282dc Add MD044 proper-names "Proper names should have the correct capitalization" (fixes #39). 2016-12-22 13:40:31 -08:00
David Anson
56f3abe600 Update to version 0.3.1. 2016-11-12 20:25:07 -08:00
David Anson
f24dc4bee0 Update to version 0.3.0. 2016-11-02 22:26:07 -07:00
David Anson
dcf0462c22 Add regular expressions from vscode-markdownlint for error range in results. 2016-10-31 22:53:46 -07:00
David Anson
23404f95ac Quote all JSON keys for consistency. 2016-10-23 21:38:12 -07:00
David Anson
0ca8bc7bb6 Add options.resultVersion for more detailed error reporting (fixes #23). 2016-10-23 21:30:31 -07:00
David Anson
76cee28a26 Use HTTPS for all documentation links that support it. 2016-10-05 22:50:21 -07:00
David Anson
93c1867f23 Generate and include JSON schema for options.config (fixes #25). 2016-10-05 22:21:54 -07:00
David Anson
c2982e2972 Add README.md link to grunt-markdownlint, tweak package.json metadata. 2016-09-28 21:45:26 -07:00
David Anson
3db84df660 Update to version 0.2.0. 2016-07-05 15:03:40 -07:00
David Anson
f2060b4607 Add level parameter to MD002/MD025/MD041 (fixes #19). 2016-07-04 23:23:29 -07:00
David Anson
c8ecec1953 Add MD043 required-headers "Required header structure" (fixes #22). 2016-07-02 22:37:52 -07:00
David Anson
2612a96ae8 Add MD042 no-empty-links "No empty links" (fixes #24). 2016-06-27 22:19:02 -07:00
David Anson
624ae4952b Add mention of CommonMark to project description (fixes #15). 2016-03-11 21:36:39 -08:00
David Anson
13ee2a285b Update to version 0.1.1. 2016-02-13 22:20:46 -08:00
David Anson
66d8805d10 Move markdownlint-cli to top, tweak description. 2016-01-19 21:15:15 -08:00
Igor Shubovych
ea680014be Mention markdownlint-cli in Related section of README.md 2016-01-19 21:51:58 +02:00
David Anson
2ee78316e4 Update to version 0.1.0. 2016-01-16 22:04:37 -08:00
David Anson
3e642bc03b Add "Related" section to README. 2016-01-15 21:41:11 -08:00
David Anson
9546cc520e Add rule aliases, support throughout (fixes #1). 2016-01-12 21:29:17 -08:00
David Anson
d5050beafa Update to version 0.0.8. 2015-09-27 12:07:54 -07:00