-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.mdlrc
46 lines (43 loc) · 2.06 KB
/
.mdlrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
rules "MD001", # Header levels should only increment by one level at a time
"MD003", # Header style
"MD004", # Unordered list style
"MD005", # Inconsistent indentation for list items at the same level
"MD006", # Consider starting bulleted lists at the beginning of the line
"MD007", # Unordered list indentation
"MD010", # Hard tabs
"MD011", # Reversed link syntax
"MD012", # Multiple consecutive blank lines
"MD014", # Dollar signs used before commands without showing output
"MD018", # No space after hash on atx style header
"MD019", # Multiple spaces after hash on atx style header
"MD020", # No space inside hashes on closed atx style header
"MD021", # Multiple spaces inside hashes on closed atx style header
"MD022", # Headers should be surrounded by blank lines
"MD023", # Headers must start at the beginning of the line
"MD024", # Multiple headers with the same content
"MD025", # Multiple top level headers in the same document
"MD027", # Multiple spaces after blockquote symbol
"MD028", # Blank line inside blockquote
"MD029", # Ordered list item prefix
"MD030", # Spaces after list markers
"MD031", # Fenced code blocks should be surrounded by blank lines
"MD032", # Lists should be surrounded by blank lines
"MD034", # Bare URL used
"MD035", # Horizontal rule style
"MD036", # Emphasis used instead of a header
"MD037", # Spaces inside emphasis markers
"MD038", # Spaces inside code span elements
"MD039", # Spaces inside link text
"MD040", # Fenced code blocks should have a language specified
"MD041", # First line in file should be a top level header
"MD046", # Code block style
"MD047" # File should end with a single newline character
# Trailing punctuation in header
rule "MD026", :punctuation => "'.,;:!'"
# Ignore frontmatter
ignore_front_matter true
# Disabled rules
# MD002 - First header should be a top level header
# MD009 - Trailing spaces
# MD013 - Line length
# MD033 - Inline HTML