mirror of
https://github.com/satwikkansal/wtfpython
synced 2025-07-04 20:38:06 +02:00
Add Markdownlintcli config
This commit is contained in:
parent
c0217f29f3
commit
8987d66adb
2 changed files with 16 additions and 0 deletions
15
.markdownlint.yaml
vendored
Normal file
15
.markdownlint.yaml
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue