mirror of
https://github.com/satwikkansal/wtfpython.git
synced 2025-08-31 00:40:01 +02:00
Add Markdownlintcli config
This commit is contained in:
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
|
Reference in New Issue
Block a user