-
Notifications
You must be signed in to change notification settings - Fork 306
/
.markdown-lint.yml
39 lines (36 loc) · 1.02 KB
/
.markdown-lint.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
###########################
###########################
## Markdown Linter rules ##
###########################
###########################
# Linter rules doc:
# - https://github.com/DavidAnson/markdownlint
#
# Note:
# To comment out a single error:
# <!-- markdownlint-disable -->
# any violations you want
# <!-- markdownlint-restore -->
#
###############
# Rules by id #
###############
MD001: false # Header levels should only increment by one level at a time
MD004: false # Unordered list style
MD009:
br_spaces: 2 # Trailing spaces
MD007:
indent: 4 # Unordered list indentation
MD013: false # Line length
MD024: false # Multiple headers with the same content
MD026: false # Trailing punctuation in header
MD029: false # Ordered list item prefix
MD033: false # Allow inline HTML
MD034: false # Bare URL used
MD036: false # Emphasis used instead of a heading
MD040: false # Fenced code blocks should have a language specified
#################
# Rules by tags #
#################
blank_lines: false # Error on blank lines