mirror of
https://github.com/woocommerce/woocommerce.git
synced 2025-02-23 10:49:58 +08:00
* Set markdown rule about Multiple headings to check siblings only * Change the doc to have same headings but not siblings as example * Add changelog * Update docs manifest
11 lines
243 B
JSON
11 lines
243 B
JSON
{
|
|
"default": true,
|
|
"MD003": { "style": "atx" },
|
|
"MD007": { "indent": 4 },
|
|
"MD013": { "line_length": 9999 },
|
|
"MD024": { "siblings_only": true },
|
|
"MD033": { "allowed_elements": [ "video" ] },
|
|
"no-hard-tabs": false,
|
|
"whitespace": false
|
|
}
|