mkdlint 0.11.9

A style checker and lint tool for Markdown/CommonMark files, written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Normalize line endings to LF for consistent behavior across platforms
* text=auto eol=lf

# Ensure shell scripts always have LF (Windows runners need this for bash)
*.sh text eol=lf

# Binary files
*.png binary
*.jpg binary
*.gif binary
*.gz binary
*.zip binary
*.tar binary