384a02ce08
This will help us more quickly errorcheck the website for non-conforming markdown using https://github.com/igorshubovych/markdownlint-cli
13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
{
|
|
"default": true,
|
|
"MD003": { "style": "atx" },
|
|
"MD004": { "style": "dash" },
|
|
"MD007": { "indent": 2 },
|
|
"MD013": { "code_blocks": false },
|
|
"MD033": { "allowed_elements": ["a"] },
|
|
"MD044": { "names": [
|
|
"HashiCorp",
|
|
"JavaScript"
|
|
]}
|
|
}
|