Files
auricom-home-cluster/.github/linters/.markdownlint.yaml
2022-01-22 01:18:29 +01:00

36 lines
701 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
default: true
# MD013/line-length - Line length
MD013:
# Number of characters
line_length: 240
# Number of characters for headings
heading_line_length: 80
# Number of characters for code blocks
code_block_line_length: 80
# Include code blocks
code_blocks: true
# Include tables
tables: true
# Include headings
headings: true
# Include headers
headers: true
# Strict length checking
strict: false
# Stern length checking
stern: false
# MD026/no-trailing-punctuation - Trailing punctuation in heading
MD026:
# Punctuation characters
punctuation: ""
# MD033/no-inline-html - Inline HTML
MD033:
# Allowed elements
allowed_elements:
- br
- img