Skip to content

Commit 8987d66

Browse files
committed
Add Markdownlintcli config
1 parent c0217f2 commit 8987d66

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.markdownlint.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# MD013/line-length
2+
MD013:
3+
line_length: 120
4+
5+
# no-duplicate-heading - Multiple headings with the same content (Ignore multiple `Explanation` headings)
6+
MD024: false
7+
8+
# no-trailing-punctuation - Trailing punctuation in heading (Ignore exclamation marks in headings)
9+
MD026: false
10+
11+
# no-inline-html : Inline HTML (HTML is used for centered and theme specific images)
12+
MD033: false
13+
14+
# no-inline-html : Bare URL used (site should be attributed transparently, because otherwise we have to un-necesarily explain where the link directs)
15+
MD034: false

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<p align="center">Exploring and understanding Python through surprising snippets.</p>
1010

1111

12+
1213
Translations: [Chinese 中文](https://github.com/leisurelicht/wtfpython-cn) | [Vietnamese Tiếng Việt](https://github.com/vuduclyunitn/wtfptyhon-vi) | [Spanish Español](https://web.archive.org/web/20220511161045/https://github.com/JoseDeFreitas/wtfpython-es) | [Korean 한국어](https://github.com/buttercrab/wtfpython-ko) | [Russian Русский](https://github.com/satwikkansal/wtfpython/tree/master/translations/ru-russian) | [German Deutsch](https://github.com/BenSt099/wtfpython) | [Add translation](https://github.com/satwikkansal/wtfpython/issues/new?title=Add%20translation%20for%20[LANGUAGE]&body=Expected%20time%20to%20finish:%20[X]%20weeks.%20I%27ll%20start%20working%20on%20it%20from%20[Y].)
1314

1415
Other modes: [Interactive Website](https://wtfpython-interactive.vercel.app) | [Interactive Notebook](https://colab.research.google.com/github/satwikkansal/wtfpython/blob/master/irrelevant/wtf.ipynb)

0 commit comments

Comments
 (0)