From ea680014be1b063626d17c72d60d37f631b8da40 Mon Sep 17 00:00:00 2001 From: Igor Shubovych Date: Tue, 19 Jan 2016 21:51:58 +0200 Subject: [PATCH 1/2] Mention markdownlint-cli in Related section of README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed28a76c..7d915e08 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ cases come directly from that project. * [vscode-markdownlint extension for VS Code](https://marketplace.visualstudio.com/items/DavidAnson.vscode-markdownlint) * [markdownlint/mdl gem for Ruby](https://rubygems.org/gems/mdl) +* [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) - command-line interface for this package ## Demonstration From 66d8805d100c2722a5d2b189c72710ced5840477 Mon Sep 17 00:00:00 2001 From: David Anson Date: Tue, 19 Jan 2016 21:15:15 -0800 Subject: [PATCH 2/2] Move markdownlint-cli to top, tweak description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d915e08..dd10ecf6 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ cases come directly from that project. ### Related +* [markdownlint-cli command-line interface for Node.js](https://github.com/igorshubovych/markdownlint-cli) * [vscode-markdownlint extension for VS Code](https://marketplace.visualstudio.com/items/DavidAnson.vscode-markdownlint) * [markdownlint/mdl gem for Ruby](https://rubygems.org/gems/mdl) -* [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) - command-line interface for this package ## Demonstration