Add more documentation links to helpful resources for markdownlint integration and custom rule development.

This commit is contained in:
David Anson 2024-05-21 22:17:20 -07:00
parent b0272506b0
commit 428bb0023f
2 changed files with 11 additions and 0 deletions

View file

@ -132,6 +132,8 @@ exception.
- [Simple rules used by the project's test cases][test-rules]
- [Code for all `markdownlint` built-in rules][lib]
- [Complete example rule including npm configuration][extended-ascii]
- [Custom rules from the github/docs repository][github-docs]
- [Custom rules from the electron/lint-roller repository][electron]
- [Custom rules from the webhintio/hint repository][hint]
## References
@ -373,7 +375,9 @@ Yields the `params` object:
```
[commonmark]: https://commonmark.org/
[electron]: https://github.com/electron/lint-roller/tree/main/markdownlint-rules
[extended-ascii]: https://github.com/DavidAnson/markdownlint-rule-extended-ascii
[github-docs]: https://github.com/github/docs/tree/main/src/content-linter/lib/linting-rules
[hint]: https://github.com/webhintio/hint/blob/main/scripts/lint-markdown.js
[lib]: ../lib
[markdown-it]: https://github.com/markdown-it/markdown-it