Files
katenary/.markdownlint.yaml
Patrice Ferlet d2c8d08b7f Validate markdown
Use markdownlint / marksman in your editor please
2024-10-18 09:36:55 +02:00

19 lines
249 B
YAML

# markdownlint configuration file
default: true
MD013: # Line length
line_length: 240
MD010: # Hard tabs
code_blocks: false
# no inline HTML
MD033: false
# heading as first line element...
MD041: false
# list indentation
MD007:
indent: 4