1.0.0 • Published 1 year ago

textlint-rule-no-bold-paragraph v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

textlint-rule-no-bold-paragraph Actions Status: test textlint rule

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

1.0.0

1 year ago