Initial draft of plugin.
All checks were successful
All checks were successful
This commit is contained in:
parent
500978a33f
commit
29bd3aa4d7
16 changed files with 735 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