Skip to main content

Web Device MD structure · ARC 2.0.0-beta.28

heading

Web Device Markdown structure `heading`: purpose, boundaries, author entry, evidence, and sample honesty.

Web Device Markdown structure — not an AUP primitive; not a theme/site layout component.

Implementation path: content-reader / slides / embed modules under providers/runtime/web-device/src/.

Purpose

ATX/setext headings become document text nodes with level props.

Boundaries

  • One unit per page: this page documents only heading.
  • Do not treat MD structures as AUP primitive contracts (table, media, …).
  • Experimental or unverified names must not be published as full product capability.

Author entry

# / setext headings

Surfaces

Web Device document (and slides path where noted).

Public status

released

Fallback

—

Sample

markdown
## Section title

Headings also feed the in-page-toc surface when the docs shell mounts it.

Evidence

ItemPath
Reader / implcontent-reader.ts
Internal matrixdocs/aup/capability-matrix.md §6 (internal, non-routed)
Matrix row conceptmd-structure · heading

Notes

Also feeds in-page TOC surfaces.