forked from TheSuperHackers/GeneralsWiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.markdownlint.yaml
More file actions
45 lines (40 loc) · 1.38 KB
/
.markdownlint.yaml
File metadata and controls
45 lines (40 loc) · 1.38 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
35
36
37
38
39
40
41
42
43
44
45
default: true
# VitePress-specific settings
MD013: # Enforce line length
code_blocks: false
tables: false
line_length: 120
MD033: # Disallow inline HTML, with some exceptions
allowed_elements:
- details
- summary
- br
MD041: true # First line should be h1
MD046: true # Enforce code block style
MD025: true # Disallow multiple h1 headers
MD031: true # Fenced code blocks need blank lines
MD032: true # Lists need blank lines
MD040: true # Language specification for code blocks
MD042: true # No empty links
MD048:
style: "backtick" # Consistent code fence style
# Formatting rules
MD004:
style: "dash" # Consistent list markers
MD007:
indent: 2 # List indentation
MD009: true # No trailing spaces
MD012:
maximum: 1 # Single blank line between sections
# Link and reference rules
MD051: true # Link fragments should be valid
MD052: true # Reference links should exist
MD053: true # Enforce custom link titles
# Content structure
MD022: true # Headers should be surrounded by blank lines
MD024: true # Allow same named headers in different sections
MD029:
style: "ordered" # Ordered list numbering
# Table formatting
MD055: true # Tables should have padding
MD056: true # Consistent table columns