Markdown and GFM
This page exercises standard Markdown, GFM, and Docusaurus docs conventions.
Table of contents depth
Inline code heading provider-id
This heading verifies that table-of-contents code uses the canonical inline code surface.
Link targets
Jump to paragraph flow, lists, tables, or details.
Links and images
- Internal link → MDX playground
- External link → GitHub
- Image fixture:
Paragraph flow and emphasis
This first paragraph establishes the default prose flow rhythm with an inline link and inline code.
This consecutive paragraph checks paragraph-to-paragraph spacing with strong text, emphasized text, and deleted text in the same run.
A hard line break ends here.
This sentence starts after the rendered break.
An automatic link renders from https://docusaurus.io/docs/markdown-features while escaped characters remain literal: *not emphasized*.
A footnote reference keeps supporting detail out of the main reading flow.1
Heading ladder
Fourth level heading
Paragraph after h4 keeps the official h + * spacing contract.
Fifth level heading
Paragraph after h5 keeps muted heading styling while preserving normal body flow.
Sixth level heading
Paragraph after h6 keeps uppercase treatment and the same paragraph rhythm.
Lists and tasks
- Top-level unordered item
- Second-level unordered item
- Third-level unordered item with
nested code
- Third-level unordered item with
- Second-level unordered item
- Another unordered item with bold and italic
- Ordered list item
- Nested content
-
Bullet item
-
Another bullet with a follow-up paragraph.
Nested paragraph under a list item keeps the half-em offset.
-
- Theme package linked from workspace
- Algolia config intentionally omitted
- Publish workflow out of scope for this starter task
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.
export function Hello() {
return <span>Hello docs theme</span>;
}
yarn workspace @aeei/docs-starter build
const stable = true;
const highlighted = "This line is highlighted";
const complete = stable && highlighted.length > 0;
Quotes and rules
Blockquotes should remain readable across light and dark modes.
Second quoted paragraph keeps the first-child reset inside blockquote.
Post-rule heading
Paragraph after the horizontal rule heading keeps the official flow margin instead of the generic h + * reset.
Details and admonitions
Token note
The theme ships the complete Base Nova Neutral component and Docusaurus shell token set. The starter adds fixture layout CSS only.
Sidebar tip
The sidebar is autogenerated from the docs/ directory.
Expandable disclosure
Wrapping edge cases
A deliberately long URL must wrap without resizing the page: https://example.com/documentation/components/base-nova/responsive-layout/this-path-is-intentionally-long-enough-to-exercise-mobile-line-wrapping-without-horizontal-page-overflow.
this_inline_code_token_is_intentionally_long_enough_to_require_local_scrolling_or_wrapping_without_expanding_the_document_shell