Skip to content

no-bold-headers

Disallows bold text in headings.

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

This rule is not configurable.