Skip to content

Commit

Permalink
Update cli/src/markdownlint-cli2/default.markdownlint-cli2.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron authored May 8, 2023
1 parent 859df35 commit 8c80ee3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion cli/src/markdownlint-cli2/default.markdownlint-cli2.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,19 @@ if (env.CUSTOM_CONFIG) {

const default_config = {
config: {
//TODO Figure out sensible defaults
"MD007": {
"indent": 4
},
"MD013": false,
"MD033": {
"allowed_elements": [
"Tabs",
"TabItem",
"CodeBlock"
],
},
"MD034": false,
"MD041": false,
},
};

Expand Down

0 comments on commit 8c80ee3

Please sign in to comment.