Merge branch 'nschonni-patch-1' into next

This commit is contained in:
David Anson 2018-05-25 17:33:46 -07:00
commit 5a73fbb100

View file

@ -1,7 +1,7 @@
# Custom Rules # Custom Rules
In addition to its built-in rules, `markdownlint` lets you enhance the linting experience by passing a list of custom rules using the [`options.customRules` property](../README.md#optionscustomrules). In addition to its built-in rules, `markdownlint` lets you enhance the linting experience by passing a list of custom rules using the [`options.customRules` property](../README.md#optionscustomrules).
Custom rules can do everything the built-in rules can and are defined inline or imported from another package (keyword `markdownlint-rules` on [npm](https://www.npmjs.com/)). Custom rules can do everything the built-in rules can and are defined inline or imported from another package ([keyword `markdownlint-rules` on npm](https://www.npmjs.com/search?q=keywords:markdownlint-rules)).
Custom rules can be disabled, enabled, and customized using the same syntax as built-in rules. Custom rules can be disabled, enabled, and customized using the same syntax as built-in rules.
## Authoring ## Authoring