Initial plugin source.

This commit is contained in:
Stephan Schnabel 2025-02-06 20:06:45 +01:00
parent a0d4b1b977
commit d2236a555c
Signed by: stephan.schnabel
GPG key ID: 115DFD33787FABF7
15 changed files with 666 additions and 0 deletions

9
.markdownlint.yaml Normal file
View file

@ -0,0 +1,9 @@
# Default state for all rules
default: true
# MD009 - Trailing spaces
MD009:
strict: true
# MD013 - Line length
MD013: false