mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-15 09:58:05 +01:00
Update MD013 to allow excluding code and tables.
This commit is contained in:
parent
36eaa821d9
commit
b7342485d9
5 changed files with 106 additions and 8 deletions
7
test/long_lines_code.json
Normal file
7
test/long_lines_code.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD013": {
|
||||
"code_blocks": false,
|
||||
"tables": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue