1.3.0 • Published 11 months ago
remark-lint-heading-capitalization v1.3.0
remark-lint-heading-capitalization
remark-lint plugin to ensure that your Markdown headings capitalization is correct.
- Capitalize the first word, as well as all nouns, pronouns, verbs, adjectives, and adverbs.
 - Articles, conjunctions, and prepositions should remain lowercase.
 - Capitalize the first element in a hyphenated compound. The other elements are generally capitalized unless they are articles, conjunctions, or prepositions.
 
Some additional points to note:
- The plugin only checks the first letter of words that require capitalization.
 - Words written in uppercase are automatically skipped by the plugin.
 
Docs
Read full docs here.