From ac8545e0d152efbd0d3baca7f1f02b950281623b Mon Sep 17 00:00:00 2001 From: Jens Heinrich <59469646+JensHeinrich@users.noreply.github.com> Date: Sat, 6 Mar 2021 20:46:07 +0100 Subject: [PATCH] Add reference to the Related section (fixes #374). Co-authored-by: Jens Heinrich --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85d6a722..919e979f 100644 --- a/README.md +++ b/README.md @@ -835,7 +835,8 @@ const results = window.markdownlint.sync(options).toString(); ## Examples -For ideas how to integrate `markdownlint` into your workflow, refer to the following projects: +For ideas how to integrate `markdownlint` into your workflow, refer to the +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))