From dd03ca8e0686385546e16cb7b90e01f6e264b8a0 Mon Sep 17 00:00:00 2001 From: kangetsu121 Date: Tue, 6 Aug 2024 02:49:07 +0900 Subject: [PATCH 1/3] chore: Format markdown --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 646fc42..e1dd286 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,15 @@ The primary target of this rule is Markdown documents, but it also works on plai ## Installation -``` -$ npm install textlint-rule-no-dead-link +```shell +npm install textlint-rule-no-dead-link ``` ## Usage -``` -$ npm install textlint textlint-rule-no-dead-link -$ textlint --rule textlint-rule-no-dead-link text-to-check.txt +```shell +npm install textlint textlint-rule-no-dead-link +textlint --rule textlint-rule-no-dead-link text-to-check.txt ``` ## Features @@ -133,7 +133,7 @@ Example: This rule checks for redirects (3xx status codes) and consider's them an error by default. To ignore redirects during checks, set this value to `false`. -