ratatui/.markdownlint.yaml
2023-09-21 01:47:23 -07:00

15 lines
291 B
YAML

# configuration for https://github.com/DavidAnson/markdownlint
first-line-heading: false
no-inline-html:
allowed_elements:
- img
- details
- summary
- div
- br
line-length:
line_length: 100
# to support repeated headers in the changelog
no-duplicate-heading: false