open-nomad/website/.markdownlintrc
Charlie Voiselle 384a02ce08 Added a markdownlintrc
This will help us more quickly errorcheck the website for non-conforming
markdown using https://github.com/igorshubovych/markdownlint-cli
2019-10-22 16:39:10 -04:00

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"
]}
}