Add and explain markdown linting rules (#183)

pull/186/head
Marco Ieni 4 years ago committed by GitHub
parent a0e765179d
commit ad52fcb8ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,21 @@
---
MD010:
code_blocks: false
# Use `#` for headers
MD003:
style: atx
# Set maximum line length
MD013:
line_length: 300
# 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

Loading…
Cancel
Save