Markdown and GFM
This page exercises standard Markdown, GFM, and Docusaurus docs conventions.
Table of contents depth
Link targets
Jump to lists, tables, or details.
Links and images
- Internal link → MDX playground
- External link → GitHub
- Image fixture:
Lists and tasks
- Ordered list item
- Nested content
- Bullet item
- Another bullet with bold and italic
- Theme package linked from workspace
- Algolia config intentionally omitted
- Publish workflow out of scope for this starter task
Use strikethrough to show reviewed content.
Tables
| Surface | Example | Notes |
|---|---|---|
| Inline code | pnpm dlx | Renders with theme code styling |
| Block code | fenced snippets | Preserves syntax colors |
| Quote | > blockquote | Inherits token-driven borders |
Code
Inline code looks like const ready = true.
src/components/hello.tsx
export function Hello() {
return <span>Hello docs theme</span>;
}
build.sh
yarn workspace @aeei/docs-starter build
Blockquotes should remain readable across light and dark modes.
Details and admonitions
Tokens
The starter owns semantic token values. The reusable theme only consumes them.
Sidebar
The sidebar is autogenerated from the docs/ directory.
Hidden body copy can include lists, code, and links.