textlint-rule-no-bold-paragraph
v1.0.0
Published
look for fully bolded paragraphs
Downloads
184
Readme
textlint-rule-no-bold-paragraph

Sometimes fully-bolded paragraphs used as headers, this rule finds these paragraphs.
Install
Install with npm:
npm install textlint-rule-no-bold-paragraphExample
# Book
**First Chapter**
Content of the first chapter
__Second Chapter__
Content of the first chapter
## Third ChapterUsage
Via .textlintrc.json(Recommended)
{
"rules": {
"no-bold-paragraph": true
}
}Via CLI
textlint --rule no-bold-paragraph README.mdBuild
Builds source codes for publish to the lib folder.
You can write ES2015+ source codes in src/ folder.
npm run buildTests
Run test code in test folder.
Test textlint rule by textlint-tester.
npm testLicense
MIT © aborazmeh
