From 5a142da87c7fe8d7959f5aca4b5b231c5a02d1de Mon Sep 17 00:00:00 2001 From: David Anson Date: Tue, 4 Jun 2019 21:57:27 -0700 Subject: [PATCH] Add Boostnote to examples in README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4885cffb..4b983ac0 100644 --- a/README.md +++ b/README.md @@ -708,6 +708,7 @@ const results = window.markdownlint.sync(options).toString(); For ideas how to integrate `markdownlint` into your workflow, refer to the following projects: * [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)) * [ESLint](https://eslint.org/) ([Search repository](https://github.com/eslint/eslint/search?q=markdownlint)) * [Garden React Components](https://garden.zendesk.com/react-components/) ([Search repository](https://github.com/zendeskgarden/react-components/search?q=markdownlint)) * [Mocha](https://mochajs.org/) ([Search repository](https://github.com/mochajs/mocha/search?q=markdownlint))