12345678910111213141516171819202122 |
- {
- "MD007": { "indent": 4 },
- "MD013": { "line_length": 79, "headings": false, "tables": false },
- "MD024": { "allow_different_nesting": true },
- "MD026": { "punctuation": ".,:。,;:" },
- "MD029": { "style": "ordered" },
- "MD033": {
- "allowed_elements": [
- "sup",
- "sub",
- "details",
- "summary",
- "b",
- "blockquote",
- "footer",
- "cite",
- "br"
- ]
- },
- "MD035": { "style": "---" }
- }
|