File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 99<p align =" center " >Exploring and understanding Python through surprising snippets.</p >
1010
1111
12+
1213Translations: [ 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
1415Other modes: [ Interactive Website] ( https://wtfpython-interactive.vercel.app ) | [ Interactive Notebook] ( https://colab.research.google.com/github/satwikkansal/wtfpython/blob/master/irrelevant/wtf.ipynb )
You can’t perform that action at this time.
0 commit comments