# markdownlint configuration for Super-Linter # - https://github.com/DavidAnson/markdownlint # - https://github.com/github/super-linter # Default state for all rules default: true # See https://github.com/DavidAnson/markdownlint#rules--aliases for rules MD007: {"indent": 4} MD013: false MD024: {siblings_only: true} MD025: false MD033: {no-inline-html: false} no-hard-tabs: false whitespace: false