mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 04:50:46 +00:00
10 lines
170 B
YAML
10 lines
170 B
YAML
# configuration for https://github.com/DavidAnson/markdownlint
|
|
|
|
no-inline-html:
|
|
allowed_elements:
|
|
- img
|
|
- details
|
|
- summary
|
|
line-length:
|
|
line_length: 100
|