textlint-rule-no-bold-paragraph
v1.0.0
Published
look for fully bolded paragraphs
Downloads
3
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-paragraph
Example
# Book
**First Chapter**
Content of the first chapter
__Second Chapter__
Content of the first chapter
## Third Chapter
Usage
Via .textlintrc.json
(Recommended)
{
"rules": {
"no-bold-paragraph": true
}
}
Via CLI
textlint --rule no-bold-paragraph README.md
Build
Builds source codes for publish to the lib
folder.
You can write ES2015+ source codes in src/
folder.
npm run build
Tests
Run test code in test
folder.
Test textlint rule by textlint-tester.
npm test
License
MIT © aborazmeh