Writing content
Text
Headings, emphasis, links, blockquotes, and tables.
Standard Markdown and GitHub-flavored Markdown (GFM) work in every docs page.
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.
Emphasis#
bold, italic, and strikethrough
Links#
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 Callout components 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.
Last updated on