Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 421 Bytes

2020-08-18.md

File metadata and controls

11 lines (11 loc) · 421 Bytes

configure markdownlint vscode plugin like this in your user/workspace settings

    "markdownlint.config": {
        "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json",
        "MD013": false,
        "MD024": {
                "siblings_only": true
        }
    },

siblings_only: true allows to have the same header names in different nestings