-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.markdownlint-cli2.yaml
More file actions
34 lines (34 loc) · 1.16 KB
/
.markdownlint-cli2.yaml
File metadata and controls
34 lines (34 loc) · 1.16 KB
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
config:
# Line length is impractical to enforce in technical/policy markdown with tables
MD013: false
# Table pipe spacing style varies across files
MD060: false
# Blank lines around lists — many policy/checklist items have compact formatting
MD032: false
# Blank lines around headings — common in template front-matter blocks
MD022: false
# Bold text used as pseudo-headings in templates and registers
MD036: false
# Fenced code blocks without language — acceptable in config/YAML examples
MD040: false
# List indentation — tabs vs spaces mixed in existing files
MD007: false
# Blank lines around tables
MD058: false
# Blank lines around fenced code blocks
MD031: false
# Bare URLs in references/links
MD034: false
# Multiple consecutive blank lines
MD012: false
# First line must be a top-level heading — not applicable to templates
MD041: false
# Table column count mismatch
MD056: false
# Trailing punctuation in headings
MD026: false
# Trailing spaces
MD009: false
# Duplicate headings — generated control/register views repeat
# subheadings (Applicability, Description) under each entry
MD024: false