diff --git a/README.md b/README.md index bda9a1fe..78d0aea5 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,10 @@ and test cases came directly from that project. ### Related * CLI - * [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) command-line interface for Node.js ([works with pre-commit](https://github.com/igorshubovych/markdownlint-cli#use-with-pre-commit)) - * [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) command-line interface for Node.js ([works with pre-commit](https://github.com/DavidAnson/markdownlint-cli2#pre-commit)) + * [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) + command-line interface for Node.js ([works with pre-commit](https://github.com/igorshubovych/markdownlint-cli#use-with-pre-commit)) + * [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) + command-line interface for Node.js ([works with pre-commit](https://github.com/DavidAnson/markdownlint-cli2#pre-commit)) * GitHub * [GitHub Super-Linter Action](https://github.com/github/super-linter) * [GitHub Actions problem matcher for markdownlint-cli](https://github.com/xt0rted/markdownlint-problem-matcher) @@ -165,10 +167,12 @@ appear in the final markup): * Disable all rules: `` * Enable all rules: `` -* Disable all rules for the next line only: `` +* Disable all rules for the next line only: + `` * Disable one or more rules by name: `` * Enable one or more rules by name: `` -* Disable one or more rules by name for the next line only: `` +* Disable one or more rules by name for the next line only: + `` * Capture the current rule configuration: `` * Restore the captured rule configuration: `` @@ -231,7 +235,7 @@ more rules for a file, the following more advanced syntax is supported: For example: ```markdown - + ``` or