mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-02 22:18:49 +01:00
Add code_blocks parameter to MD010 to ignore hard tabs in code blocks (fixes #31).
This commit is contained in:
parent
c2982e2972
commit
a2df7742c6
6 changed files with 87 additions and 3 deletions
6
test/code-block-with-tabs-allowed.json
Normal file
6
test/code-block-with-tabs-allowed.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD010": {
|
||||
"code_blocks": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue