AP
Enforces the AP heading capitalization style.
Source
extends: capitalization
message: "'%s' should be in title case"
level: warning
scope: heading
match: $title
style: AP
Example
# follow step-by-step instructions
Here is a paragraph.
# Follow Step-by-Step Instructions
Another paragraph.