mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
15 lines
291 B
YAML
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
|