no-bold-headers
Disallows bold text in headings.
Rule Details
Section titled “Rule Details”Heading syntax already gives text visual emphasis, so additional bold formatting is redundant. This rule automatically removes bold markers from headings.
<!-- Bad -->
# **Heading**
<!-- Good -->
# HeadingOptions
Section titled “Options”This rule is not configurable.
