-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.pymarkdownlnt
More file actions
27 lines (26 loc) · 869 Bytes
/
.pymarkdownlnt
File metadata and controls
27 lines (26 loc) · 869 Bytes
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
extensions:
front-matter:
enabled: true
plugins:
md003:
style: "consistent" # Allow either style as long as consistent within document
md013:
enabled: false # Disable line length for existing docs (legacy formatting)
md022:
enabled: false # Disable heading blank line requirements
md024:
siblings_only: true # Allow duplicate headers in different sections
md031:
enabled: false # Allow fenced code blocks without blank lines
md032:
enabled: false # Allow lists without blank lines
md033:
allowed_elements: ["details", "summary"]
md035:
enabled: false # Allow any horizontal rule style
md036:
enabled: false # Disable emphasis as heading warnings
md040:
enabled: false # Allow code blocks without language
md041:
enabled: false # Allow files without top-level heading (frontmatter docs)