Added a markdownlintrc

This will help us more quickly errorcheck the website for non-conforming
markdown using https://github.com/igorshubovych/markdownlint-cli
This commit is contained in:
Charlie Voiselle
2019-10-22 16:39:10 -04:00
parent e0ea2cea09
commit 54f874656b

12
website/.markdownlintrc Normal file
View File

@@ -0,0 +1,12 @@
{
"default": true,
"MD003": { "style": "atx" },
"MD004": { "style": "dash" },
"MD007": { "indent": 2 },
"MD013": { "code_blocks": false },
"MD033": { "allowed_elements": ["a"] },
"MD044": { "names": [
"HashiCorp",
"JavaScript"
]}
}