Skip to main content

Markdown and GFM

This page exercises standard Markdown, GFM, and Docusaurus docs conventions.

Table of contents depth

Jump to lists, tables, or details.

Hero art

Lists and tasks

  1. Ordered list item
  2. 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

SurfaceExampleNotes
Inline codepnpm dlxRenders with theme code styling
Block codefenced snippetsPreserves syntax colors
Quote> blockquoteInherits 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