sass/.markdownlint-cli2.yaml

36 lines
1.0 KiB
YAML
Raw Permalink Normal View History

globs: ["**.md"]
2023-08-22 21:10:27 +00:00
ignores: ["node_modules/**"]
config:
code-block-style: {style: fenced}
code-fence-style: {style: backtick}
emphasis-style: {style: asterisk}
heading-style: {style: atx}
hr-style: {style: "---"}
link-image-style: {collapsed: false}
reference-links-images: {shortcut_syntax: true}
strong-style: {style: asterisk}
table-pipe-style: {style: leading_and_trailing}
ul-style: {style: asterisk}
2023-08-22 21:10:27 +00:00
# BNF syntax examples can go over length, and there's no way to exempt them
# specifically.
line-length: false
# We use inline HTML to format BNF syntax definitions.
no-inline-html: false
# We use untagged code blocks for function definitions.
fenced-code-language: false
# We often have to have duplicate subheadings for different parents.
no-duplicate-heading: false
# We use multiple sequential blockquotes to indicate unrelated non-normative
# notes.
no-blanks-blockquote: false
# We use spaces in code formatting because spaces are relevant in Sass.
no-space-in-code: false
first-line-heading: false