2019-07-14 21:42:24 -04:00
|
|
|
# This is the style file for mdl, configured in .gitlab/ci/docs.gitlab-ci.yml,
|
|
|
|
# and related to the options file ./mdlrc
|
|
|
|
|
2019-07-08 23:01:04 -04:00
|
|
|
# See https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
|
2019-07-14 21:42:24 -04:00
|
|
|
# for more detailed information on the rules and styles.
|
|
|
|
|
|
|
|
rule "MD001"
|
2019-08-04 22:13:46 -04:00
|
|
|
rule "MD002"
|
2019-07-14 21:42:24 -04:00
|
|
|
rule "MD003", :style => :atx
|
2019-08-04 22:13:46 -04:00
|
|
|
rule "MD006"
|
2019-07-14 21:42:24 -04:00
|
|
|
rule "MD011"
|
2019-08-04 22:13:46 -04:00
|
|
|
rule "MD019"
|
|
|
|
rule "MD022"
|
2019-07-14 21:42:24 -04:00
|
|
|
rule "MD023"
|
2019-08-04 22:13:46 -04:00
|
|
|
rule "MD025"
|
|
|
|
rule "MD028"
|
2019-07-14 21:42:24 -04:00
|
|
|
rule "MD032"
|
|
|
|
rule "MD034"
|
|
|
|
rule "MD037"
|
2019-08-04 22:13:46 -04:00
|
|
|
rule "MD038"
|
2019-07-14 21:42:24 -04:00
|
|
|
|
|
|
|
# Should not be used currently:
|
2019-07-08 23:01:04 -04:00
|
|
|
|
2019-07-14 21:42:24 -04:00
|
|
|
# rule "MD004", :style => :dash # unordered list style - dash
|
2019-07-08 23:01:04 -04:00
|
|
|
# False positives, see https://github.com/markdownlint/markdownlint/issues/261
|
2019-07-14 21:42:24 -04:00
|
|
|
|
|
|
|
# rule "MD039" # Spaces inside link text
|
|
|
|
# Crashes when link text has certain punctuation
|