Commit graph

180 commits

Author SHA1 Message Date
David Anson
db5d9f6dbb Update previous commit for MD051/link-fragments to rename, refactor, add support for HTML anchors, and validate against
markdown-link-check (fixes #253).
2022-04-16 14:08:56 -07:00
Divlo
33ee1cd85e Initial implementation of MD051/valid-link-fragments (refs #253, closes #495). 2022-04-16 14:08:56 -07:00
Paweł Drozd
4b7caf2a5b
Add eslint-plugin-markdownlint to Related/Tooling section (fixes #490). 2022-01-22 18:38:38 -08:00
David Anson
2d19c0685b Update to version 0.25.1. 2022-01-13 22:29:31 -08:00
David Anson
4ff4cbcc41 Update to version 0.25.0. 2021-12-27 18:43:25 -08:00
David Anson
9ec14f13a1 Include custom rule markdownlint-rule-github-internal-links when validating project Markdown files. 2021-12-23 20:52:17 +00:00
David Anson
090bbaa30f Resolve README.md-specific MD013/line-length violations. 2021-11-10 22:11:43 -08:00
David Anson
80863476b9 Add Pi-hole documentation to Examples in README.md. 2021-11-10 22:02:51 -08:00
Sébastien Règne
39724b991a
Add MD049/emphasis-style (fixes #150). 2021-10-23 21:54:58 -07:00
Sébastien Règne
ab9e5875a2
Add MD050/strong-style (fixes #150). 2021-10-20 21:42:48 -07:00
Janosh Riebesell
6294ad3ef0
readme add pre-commit sample links for both markdownlint CLIs (#440) 2021-10-08 08:35:37 -07:00
David Anson
e79e8188a5 Update to version 0.24.0. 2021-08-22 22:35:50 -07:00
David Anson
c0218b2489 Add MDN Web Docs to Examples in README.md. 2021-08-22 15:15:20 -07:00
David Anson
709e314836 Update readConfig to use fs.access so the async path is fully async. 2021-08-12 20:43:18 -07:00
David Anson
211f09afbc Allow custom file system implementation to be passed when linting or reading configuration. 2021-08-12 19:38:03 -07:00
David Anson
427057dd1e Add to test-repos script: mochajs/mocha, webhintio/hint, webpack.js.org, v8-v8-dev. 2021-06-13 16:37:29 -07:00
David Anson
dbb3f3accf Remove CI status badge from README.md. 2021-04-04 14:40:10 -07:00
Jens Heinrich
ac8545e0d1
Add reference to the Related section (fixes #374).
Co-authored-by: Jens Heinrich <github.com/JensHeinrich>
2021-03-06 11:46:07 -08:00
David Anson
f87f9d0800 Update to version 0.23.1. 2021-02-11 22:35:16 -08:00
David Anson
c1f0f26565 Update to version 0.23.0. 2021-02-06 20:07:48 -08:00
David Anson
ec907567e2 Update dependencies: c8 to 7.5.0, eslint to 7.19.0, globby to 11.0.2, js-yaml to 4.0.0, markdownlint-rule-helpers to 0.13.0, ts-loader to 8.0.15, typescript to 4.1.3, webpack to 5.21.1, webpack-cli to 4.5.0. 2021-02-06 19:23:55 -08:00
David Anson
238781506a Generate example YAML configuration with all properties set to their default value. 2021-01-21 19:50:57 -08:00
David Anson
5b7e9b87be Generate example JSONC configuration with all properties set to their default value. 2021-01-19 20:41:04 -08:00
David Anson
80069552b4 Minor improvements to README.md URL and line length. 2021-01-08 21:53:55 -08:00
Yash Singh
2a198a5ee4 Fix grammar issues in Rules.md. 2020-12-30 16:42:34 -08:00
David Anson
2a9274ece5 Update to version 0.22.0. 2020-11-24 16:49:12 -08:00
David Anson
a6d30cb724 Implement markdownlint-disable-next-line inline comment (fixes #295). 2020-11-22 14:02:36 -08:00
David Anson
bb157b2ce7 Support JSON front matter as used by the Hugo site generator (fixes #270). 2020-11-14 19:40:15 -08:00
David Anson
532a2881f2 Update to version 0.21.1. 2020-10-20 20:16:49 -07:00
David Anson
59eaa869fc Update to version 0.21.0. 2020-09-20 12:23:26 -07:00
David Anson
e9d63a6284 Add Promise-based APIs for markdownlint and readConfig, update declaration file. 2020-09-13 12:58:09 -07:00
David Anson
94d5432f4d Improve README.md/CustomRules.md, add CustomRules.md/Rules.md to tests. 2020-09-06 16:31:26 -07:00
David Anson
0acc578e52 Update remaining references to refer to main branch as "main". 2020-08-11 22:52:29 -07:00
David Anson
c7ec796cfc Add link to markdownlint-cli2 to README.md/Related. 2020-08-11 22:43:18 -07:00
David Anson
e616efe594 Update two external URLs that have changed. 2020-08-02 14:04:42 -07:00
David Anson
3b6421a224 Update to version 0.20.4. 2020-06-23 20:14:58 -07:00
David Anson
e1772ddc51 Group items in "Related" section of README.md by category. 2020-06-22 21:03:26 -07:00
David Anson
e3c1ecf025 Add link to GitHub Super-Linter Action to README.md. 2020-06-18 23:43:41 -07:00
Nick Schonning
8c79b48855
Add GitHub problem matcher to related projects section (#297). 2020-06-11 22:37:57 -07:00
Mark Crossfield
3e92d945db Change Confiure to Configure in README (#289)
This fixes #288.
2020-05-23 13:46:58 -07:00
David Anson
a794118a8d Update to version 0.20.3. 2020-05-14 21:49:05 -07:00
David Anson
f635d7b72c Add MkDocs to Examples section in README.md. 2020-05-12 20:29:07 -07:00
David Anson
00c1e28f48 Update to version 0.20.2. 2020-04-25 21:15:13 -07:00
David Anson
dcf566e49e Add WordPress Gutenberg to Examples section in README.md. 2020-04-25 21:03:31 -07:00
David Anson
7280ea2783 Update to version 0.20.1. 2020-04-12 20:48:04 -07:00
David Anson
190716da39 Update to version 0.20.0. 2020-04-11 13:54:46 -07:00
David Anson
6ce426cf88 Add support for "markdownlint-configure-file" inline comments (fixes #264). 2020-04-05 19:47:12 -07:00
Pascal Berger
2e6f024565
Add link to Cake.Markdownlint addin (#267) 2020-03-17 19:11:48 -07:00
David Anson
6dff816f82 Update to version 0.19.0. 2020-01-27 19:19:34 -08:00
David Anson
d15324478c Deprecate MD006/ul-start-left in favor of MD007/ul-indent. 2020-01-13 19:19:49 -08:00