open-nomad/website/.markdownlintrc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
258 B
Plaintext
Raw Normal View History

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