This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/.markdownlint.yaml
guillaume f4da5b9a95 Fix .md H1 to H3 error
Change the `.markdownlint.yaml` to avoid forcing headers to chronologically follow

Signed-off-by: guillaume <guillaume.derouville@gmail.com>
2022-02-11 17:08:25 +01:00

13 lines
350 B
YAML

# Default state for all rules
default: true
# MD001/heading-increment - Do not require h1 -> h2 transitions,
# allow headings with better proportions.
# h2 is too large, h3 is just right so we use h1 -> h3 in places.
MD001: false
# MD013/line-length - Allow long lines
MD013: false
# MD033 - Inline HTML. Needed for tabs in docusaurus
MD033: false