Fix myonlineradio.hu https://github.com/AdguardTeam/AdguardFilters/issues/188445
[Adblock-list-backups-hufilter.git] / .markdownlint.yaml
blobe549049a6b96524f07987c728feda3cadb3ece49
1 # https://github.com/DavidAnson/markdownlint/blob/main/README.md#configuration
3 ul-indent:
4     indent: 4
5 line-length:
6     stern: true
7     line_length: 120
8 no-multiple-blanks:
9     maximum: 2
10 no-inline-html:
11     allowed_elements:
12         - a
13         - details
14         - summary
15         - img
16 no-duplicate-header:
17     siblings_only: true
18 no-blanks-blockquote: false
19 no-bare-urls: false
20 ul-style:
21     style: dash
22 blanks-around-fences:
23     list_items: false
24 emphasis-style:
25     style: asterisk