UNPKG

@github/markdownlint-github

Version:

An opinionated collection of markdownlint rules used by GitHub.

15 lines (14 loc) 332 B
{ "no-alt-text": true, "no-default-alt-text": true, "no-duplicate-heading": true, "no-emphasis-as-heading": true, "no-generic-link-text": true, "heading-increment": true, "no-space-in-links": false, "ol-prefix": "ordered", "single-h1": true, "ul-style": { "style": "asterisk" } }