File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
# All rules: https://github.com/DavidAnson/markdownlint#rules--aliases
2
- default : true # Default state for all rules
3
- MD013 : false # line-length: We don't fill paragaraphs/limit line length
4
- MD034 : false # no-bare-urls - We use pymdownx.magiclink which allows bare urls
5
- MD046 : false # code-block-style - This doesn't play well with material's admonitions)
6
- MD024 : false # no-duplicate-heading - We use duplicate headings in the changelog.
7
- MD033 : false # no-inline-html - Too strict.
2
+ default : true # Default state for all rules
3
+ MD013 : false # line-length: We don't fill paragaraphs/limit line length
4
+ MD034 : false # no-bare-urls - We use pymdownx.magiclink which allows bare urls
5
+ MD046 : false # code-block-style - This doesn't play well with material's admonitions)
6
+ MD024 : false # no-duplicate-heading - We use duplicate headings in the changelog.
7
+ MD033 : false # no-inline-html - Too strict.
8
+ MD007 :
9
+ indent : 4
You can’t perform that action at this time.
0 commit comments