Rule details
Prevent emphasized (i.e. bold or italic) text used to separate sections, where a heading should be used instead
What type of rule is this?
Warns about a potential problem
Example code
Bad:
**My document**
Lorem ipsum dolor sit amet...
_Another section_
Consectetur adipiscing elit, sed do eiusmod.
Good:
# My document
Lorem ipsum dolor sit amet...
## Another section
Consectetur adipiscing elit, sed do eiusmod.
Prior Art
Markdownlint rule MD036 (no-emphasis-as-heading): https://github.com/DavidAnson/markdownlint/blob/main/doc/md036.md
Participation
AI acknowledgment
Additional comments
No response
Rule details
Prevent emphasized (i.e. bold or italic) text used to separate sections, where a heading should be used instead
What type of rule is this?
Warns about a potential problem
Example code
Bad:
Good:
Prior Art
Markdownlint rule
MD036(no-emphasis-as-heading): https://github.com/DavidAnson/markdownlint/blob/main/doc/md036.mdParticipation
AI acknowledgment
Additional comments
No response