Initial draft of plugin.
All checks were successful
All checks were successful
This commit is contained in:
parent
0a8cf88f53
commit
b8c4a9c224
16 changed files with 720 additions and 0 deletions
9
.markdownlint.yaml
Normal file
9
.markdownlint.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Default state for all rules
|
||||
default: true
|
||||
|
||||
# MD009 - Trailing spaces
|
||||
MD009:
|
||||
strict: true
|
||||
|
||||
# MD013 - Line length
|
||||
MD013: false
|
Loading…
Add table
Add a link
Reference in a new issue