# Rich Text Heading

## Essence

Section heading inside long-form Rich Text content.

## Internal Rules

- Uses medium weight.
- Represents Markdown h2-level sections.
- Consumes Rich Text spacing.
- Restores top spacing as a heading-only exception so sections can breathe inside continuous text.
- Supports `topSpacing="none"` for the first heading in an already-spaced parent block.
- Uses the shared 55ch Rich Text readable measure.
- Does not act as a page title or card title.

## Code Paths

- `packages/design-system/src/components/RichTextHeading.astro`
