[GH-ISSUE #70] How to set MD010 without code_blocks? #59

Closed
opened 2026-03-03 01:23:23 +03:00 by kerem · 0 comments
Owner

Originally created by @nshen on GitHub (Aug 15, 2017).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/70

I set "MD010": { "code_blocks": false } in my vscode , but I still got warning.

 "markdownlint.config": {
        "MD002": false, // 首行必须h1
        "MD010": { "code_blocks": false },
        "MD013": false, //  line-length
        "MD033": false, // inline html
        "MD029": false // ordered list item prefix
    }

qq 20170815110337

Originally created by @nshen on GitHub (Aug 15, 2017). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/70 I set "MD010": { "code_blocks": false } in my vscode , but I still got warning. ``` "markdownlint.config": { "MD002": false, // 首行必须h1 "MD010": { "code_blocks": false }, "MD013": false, // line-length "MD033": false, // inline html "MD029": false // ordered list item prefix } ``` ![qq 20170815110337](https://user-images.githubusercontent.com/181506/29300740-ff9fd2b0-81a9-11e7-8909-65cf83e8f1ba.jpg)
kerem closed this issue 2026-03-03 01:23:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#59
No description provided.