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
|