File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Markdownlint(Node.js variant) configuration file
2
2
# https://github.com/igorshubovych/markdownlint-cli#configuration
3
3
#
4
- # This file is based on The Common Markdownlint(Node.js variant) Configuration Templates project
4
+ # This file is based on The Common Markdownlint(Node.js variant)
5
+ # Configuration Templates project
5
6
# https://github.com/Lin-Buo-Ren/common-markdownlint-nodejs-config-templates
6
7
#
7
8
# Copyright 2021 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>
10
11
# Inherit Markdownlint rules
11
12
default : True
12
13
13
- # Only allow consistent un-ordered list bullet style(allow alternations in sub-levels)
14
+ # Only allow consistent un-ordered list bullet style(allow alternations
15
+ # in sub-levels)
14
16
MD004 :
15
17
style : sublist
16
18
You can’t perform that action at this time.
0 commit comments