mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
23 lines
391 B
YAML
23 lines
391 B
YAML
---
|
|
# See https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.yaml for more information.
|
|
|
|
default: true
|
|
|
|
MD013: # line-length
|
|
line_length: 120
|
|
tables: false
|
|
code_blocks: false
|
|
severity: warning
|
|
MD028: # no-blanks-blockquote
|
|
false
|
|
MD033: # no-inline-html
|
|
allowed_elements:
|
|
- b
|
|
- br
|
|
- code
|
|
- details
|
|
- i
|
|
- summary
|
|
- sup
|
|
- u
|