You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
patterns/.markdownlint.yaml

22 lines
321 B
YAML

---
# Use `#` for headers
MD003:
style: atx
# Set maximum line length
MD013:
line_length: 80
# Use `---` for horizontal rule
MD035:
style: ---
# Use ``` for code blocks
MD046:
style: fenced
MD048:
style: backtick
# See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md for
# additional info