mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 23:23:09 +00:00
14 lines
251 B
YAML
14 lines
251 B
YAML
# Markdownlint configuration file
|
|
default: true
|
|
line-length: false
|
|
ul-indent:
|
|
indent: 4
|
|
no-duplicate-header:
|
|
siblings_only: true
|
|
no-inline-html:
|
|
allowed_elements:
|
|
- img
|
|
- p
|
|
- kbd
|
|
- details
|
|
- summary
|