Text
Headings#
Heading levels structure the page and feed the right-rail "On this page" navigation. Prefer starting body content at ## — the page title already comes from frontmatter.
## Section
### SubsectionEmphasis#
**bold**, _italic_, and ~~strikethrough~~Links#
[Configuration](/configuration/overview)External links open in a new tab when written as normal Markdown URLs.
Blockquotes#
> Useful for short pull-quotes or callouts you do not want as a component.For colored callouts with icons, prefer the Callout component instead.
Tables#
GFM tables are supported:
| Name | Type |
| ---- | ------ |
| id | string |
| age | number |Horizontal rules#
Three or more hyphens on their own line render a rule. Avoid putting them at the very top of the file — that is frontmatter territory.
Back to Writing content overview.