mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-22 06:56:09 +01:00
Add support for using custom rules.
This commit is contained in:
parent
4619a8c824
commit
f24f98e146
11 changed files with 497 additions and 71 deletions
12
test/custom-rules.md
Normal file
12
test/custom-rules.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Heading
|
||||
|
||||
Sample text.
|
||||
<!-- markdownlint-disable letters-e-x -->
|
||||
Sample text.
|
||||
<!-- markdownlint-enable LETTERS-E-X -->
|
||||
Sample text.
|
||||
<!-- markdownlint-disable TeSt -->
|
||||
Sample text.
|
||||
<!-- markdownlint-enable TEST -->
|
||||
|
||||
> Blockquote
|
||||
Loading…
Add table
Add a link
Reference in a new issue