We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41550bd commit f64d24eCopy full SHA for f64d24e
‎.github/linters/.markdown-lint.yml‎
@@ -0,0 +1,25 @@
1
+###########################
2
+## Markdown Linter rules ##
3
4
+
5
+# Linter rules doc:
6
+# - https://github.com/DavidAnson/markdownlint
7
8
+###############
9
+# Rules by ID #
10
11
+MD004: false # Unordered list style
12
+MD007:
13
+ indent: 2 # Unordered list indentation
14
+MD013:
15
+ line_length: 808 # Line length
16
+MD026:
17
+ punctuation: '.,;:!。,;:' # List of not allowed
18
+MD029: false # Ordered list item prefix
19
+MD033: false # Allow inline HTML
20
+MD036: false # Emphasis used instead of a heading
21
22
+#################
23
+# Rules by tags #
24
25
+blank_lines: false # Error on blank lines
0 commit comments