61e1a14925
MD002 - First header should be level 1 MD006 - Start bullets at beginning of line MD019 - No multiple spaces after header style MD022 - Headers surrounded by blank lines MD025 - Only 1 level 1 header MD028 - No blank lines within blockquote MD038 - Spaces inside code span elements
28 lines
722 B
Text
28 lines
722 B
Text
# This is the style file for mdl, configured in .gitlab/ci/docs.gitlab-ci.yml,
|
|
# and related to the options file ./mdlrc
|
|
|
|
# See https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
|
|
# for more detailed information on the rules and styles.
|
|
|
|
rule "MD001"
|
|
rule "MD002"
|
|
rule "MD003", :style => :atx
|
|
rule "MD006"
|
|
rule "MD011"
|
|
rule "MD019"
|
|
rule "MD022"
|
|
rule "MD023"
|
|
rule "MD025"
|
|
rule "MD028"
|
|
rule "MD032"
|
|
rule "MD034"
|
|
rule "MD037"
|
|
rule "MD038"
|
|
|
|
# Should not be used currently:
|
|
|
|
# rule "MD004", :style => :dash # unordered list style - dash
|
|
# False positives, see https://github.com/markdownlint/markdownlint/issues/261
|
|
|
|
# rule "MD039" # Spaces inside link text
|
|
# Crashes when link text has certain punctuation
|