Commit graph

72 commits

Author SHA1 Message Date
Duncan Mackenzie
d3b0e1eea2 Update as per feedback from maintainer 2018-01-01 13:16:39 -08:00
Duncan Mackenzie
7e3e671eeb Adding a new rule, no-alt-text as per Issue #75 2017-12-29 17:01:21 -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
David Anson
31141cc3ed Add support for disabling/enabling rules within Markdown content (fixes #5). 2015-09-26 16:55:33 -07:00
David Anson
e890992cd8 Update to version 0.0.7. 2015-07-30 21:41:25 -07:00
David Anson
a467f8b3e6 Automatically ignore common front matter; provide option for customization (fixes #2). 2015-07-25 22:18:30 -07:00
Rodney Rehm
cae451967a feature(config): adding config.ignore to replace metadata (e.g. frontmatter) before linting 2015-07-22 23:18:08 -07:00
David Anson
7f5dd9ab6b Add MD041 with tests. 2015-07-20 22:06:48 -07:00
David Anson
eabe2387bc Update to version 0.0.6. 2015-06-19 18:48:54 -07:00
David Anson
4a5ea23ff7 Update README with steps to run in the browser. 2015-06-17 18:35:11 -07:00
David Anson
d263a955f3 Add spellcheck=true to textarea element in demo, lock CI badges to master branch. 2015-06-16 18:20:27 -07:00
David Anson
9bf0b1a554 Update to version 0.0.5. 2015-05-11 20:57:51 -07:00
David Anson
dc69b01f54 Add link to demonstration to README.md. 2015-05-07 18:24:35 -07:00