Include custom rule markdownlint-rule-github-internal-links when validating project Markdown files.

This commit is contained in:
David Anson 2021-12-23 20:52:17 +00:00 committed by GitHub
parent 5f0040679d
commit 9ec14f13a1
3 changed files with 5 additions and 3 deletions

View file

@ -865,7 +865,7 @@ const results = window.markdownlint.sync(options).toString();
## Examples
For ideas how to integrate `markdownlint` into your workflow, refer to the
following projects or one of the tools in the [Related section](#Related):
following projects or one of the tools in the [Related section](#related):
* [.NET Documentation](https://docs.microsoft.com/en-us/dotnet/) ([Search repository](https://github.com/dotnet/docs/search?q=markdownlint))
* [ally.js](https://allyjs.io/) ([Search repository](https://github.com/medialize/ally.js/search?q=markdownlint))