Disable line length rule for markdownlint
It's impossible to change the line length in .mdlrc file, it requires writing a project-specific style ruby file. It seems like MD013 is buggy, as we have tables with longer line lengths already, and the warning shows up at column 85 and not 80, as documented in official markdownlint.
This commit is contained in:
parent
91f43c9286
commit
62413b94c5
1 changed files with 1 additions and 1 deletions
2
.mdlrc
2
.mdlrc
|
@ -1 +1 @@
|
|||
rules "~MD005", "~MD033", "~MD046"
|
||||
rules "~MD005", "~MD033", "~MD046", "~MD013"
|
||||
|
|
Loading…
Add table
Reference in a new issue