dotfiles

.mdlrc [raw] [blame]
 1rules "~MD004",  # Unordered list style
 2      "~MD007",  # Unordered list indentation
 3      "~MD012",  # Multiple consecutive blank lines
 4      "~MD013",  # Line Length
 5      "~MD014",  # Dollar signs used before commands without showing output
 6      "~MD022",  # Headers should be surrounded by blank lines
 7      "~MD032",  # Lists should be surrounded by blank lines
 8      "~MD033",  # Inline HTML
 9      "~MD024",  # Multiple headers with the same content
10      "~MD025",  # Multiple headers
11      "~MD026",  # Trailing punctuation in header
12      "~MD027",  # Multiple spaces after blockquote symbol
13      "~MD028",  # Blank line inside blockquote
14      "~MD029",  # Ordered list item prefix
15      "~MD031",  # Fenced code blocks should be surrounded by blank lines
16      "~MD034",  # Base URL used
17      "~MD036"  # Emphasis used instead of a header