mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
5 lines
163 B
Ruby
5 lines
163 B
Ruby
all # Use all markdownlint rules
|
|
|
|
# Disable line length check for tables and code blocks
|
|
rule 'MD013', :line_length => 80, :code_blocks => false, :tables => false
|