File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,34 +13,34 @@ default: True
13
13
14
14
# Only allow consistent un-ordered list bullet style(allow alternations
15
15
# in sub-levels)
16
- MD004 :
16
+ ul-style :
17
17
style : sublist
18
18
19
19
# Only allow 4 spaces as indentation of lists
20
- MD007 :
20
+ ul-indent :
21
21
indent : 4
22
22
23
23
# Only allow 2 spaces as linebreak sequence
24
- MD009 :
24
+ no-trailing-spaces :
25
25
br_spaces : 2
26
26
27
27
# Disable line length limitation(not suitable with CJK context)
28
- MD013 : False
28
+ line-length : False
29
29
30
30
# Allow missing padding blank line between the heading markup and the context
31
- MD022 : False
31
+ blanks-around-headings : False
32
32
33
33
# Allow duplicated non-sibling heading text
34
- MD024 :
34
+ no-duplicate-heading :
35
35
siblings_only : True
36
36
37
37
# Allow missing padding blank line between a list and its context
38
- MD032 : False
38
+ blanks-around-lists : False
39
39
40
40
# Allow using raw HTML markups as workarounds of deficiencies of Markdown
41
- MD033 : False
41
+ no-inline-html : False
42
42
43
43
# Allow using YAML front matter, while not require the definition of the
44
44
# `title` property
45
- MD041 :
45
+ first-line-h1 :
46
46
front_matter_title : ' .*'
You can’t perform that action at this time.
0 commit comments