1
0
Fork 0
mirror of https://github.com/satwikkansal/wtfpython synced 2025-07-04 20:38:06 +02:00

Add Markdownlintcli config

This commit is contained in:
Vadim Nifadev 2024-10-31 15:53:24 +03:00
parent c0217f29f3
commit 8987d66adb
2 changed files with 16 additions and 0 deletions

15
.markdownlint.yaml vendored Normal file
View file

@ -0,0 +1,15 @@
# MD013/line-length
MD013:
line_length: 120
# no-duplicate-heading - Multiple headings with the same content (Ignore multiple `Explanation` headings)
MD024: false
# no-trailing-punctuation - Trailing punctuation in heading (Ignore exclamation marks in headings)
MD026: false
# no-inline-html : Inline HTML (HTML is used for centered and theme specific images)
MD033: false
# no-inline-html : Bare URL used (site should be attributed transparently, because otherwise we have to un-necesarily explain where the link directs)
MD034: false