textlint-rule-no-h1
v1.0.0
Published
textlint rule that disallow to use h1(`#`) in the contents
Downloads
88
Readme
textlint-rule-no-h1
This rule is a textlint rule that disallows the use of h1 in content. Maybe there is a title field, and it is h1.
Usage
npm i textlint textlint-rule-no-h1
{
"rules": {
"no-h1": true
}
}