no-bold-headers
Disallows bold text in headings.
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 -->
# Heading
Options
This rule is not configurable.