2019-02-07 15:26:39 +05:30
|
|
|
all
|
|
|
|
|
|
|
|
#Refer below url for more information about the markdown rules.
|
|
|
|
#https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
|
|
|
|
|
2022-11-09 19:07:26 +05:30
|
|
|
rule 'MD013', :ignore_code_blocks => true, :tables => false, :line_length => 80
|
2019-02-07 15:26:39 +05:30
|
|
|
|
2020-10-28 10:54:56 +01:00
|
|
|
exclude_rule 'MD033' # In-line HTML: GitHub style markdown adds HTML tags
|
2019-02-07 15:26:39 +05:30
|
|
|
exclude_rule 'MD040' # Fenced code blocks should have a language specified
|
|
|
|
exclude_rule 'MD041' # First line in file should be a top level header
|