Skip to content

aborazmeh/textlint-rule-no-bold-paragraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published