From 26267d18bdfa0d3dcbc957ee957bb24ea41c24f7 Mon Sep 17 00:00:00 2001 From: David Anson Date: Sat, 19 Oct 2019 17:40:13 -0700 Subject: [PATCH] Add .NET Documentation to Examples in README.md. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e091e84..89494323 100644 --- a/README.md +++ b/README.md @@ -733,6 +733,7 @@ const results = window.markdownlint.sync(options).toString(); For ideas how to integrate `markdownlint` into your workflow, refer to the following projects: +* [.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)) * [Boostnote](https://boostnote.io/) ([Search repository](https://github.com/BoostIO/Boostnote/search?q=markdownlint)) * [CodiMD](https://github.com/hackmdio/codimd) ([Search repository](https://github.com/hackmdio/codimd/search?q=markdownlint))