Skip to content

Instantly share code, notes, and snippets.

@adamhollett
Created November 4, 2015 19:37
Show Gist options
  • Save adamhollett/75477069050c22efbd52 to your computer and use it in GitHub Desktop.
Save adamhollett/75477069050c22efbd52 to your computer and use it in GitHub Desktop.
Markdown linting rules for mdast-lint
{
"plugins": {
"lint": {
"emphasis-marker": "*",
"fenced-code-marker": "`",
"file-extension": "md",
"first-heading-level": false,
"list-item-indent": "mixed",
"list-item-spacing": false,
"maximum-line-length": false,
"no-html": false,
"rule-style": "----",
"strong-marker": "*",
"unordered-list-marker-style": "-"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment