Files
RSSHub/.markdownlint.jsonc
T
Tony 8614ec3b7e docs: quick start revamp (#12198)
* docs: revamp quick start

* wip

* wip

* wip

* wip

* wip

* wip

* wip: radar

* wip: rich media

* wip: script standard

* wip: cache

* wip: chinese quick start

* wip: chinese quick start part 2

* wip: chinese quick start

* docs: add open collective

* retrigger ci
2023-03-29 22:31:58 +08:00

12 lines
807 B
JSON

{
"MD007": { "indent": 4 }, // ul-indent - Unordered list indentation
"MD013": false, // line-length - Line length
"MD014": false, // commands-show-output - Dollar signs used before commands without showing output
"MD024": { "siblings_only": true }, // no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
"MD030": { "ul_single": 3, "ol_single": 2, "ul_multi": 3, "ol_multi": 2 }, // list-marker-space - Spaces after list markers
"MD033": false, // no-inline-html - Inline HTML
"MD036": false, // no-emphasis-as-heading/no-emphasis-as-header - Emphasis used instead of a heading
"MD040": false, // fenced-code-language - Fenced code blocks should have a language specified
"MD051": false // link-fragments - Link fragments should be valid
}