Skip to main content

Web Device MD structure · ARC 2.0.0-beta.28

image (inline)

Web Device Markdown structure `image`: 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

Inline images ![alt](src) become document img nodes.

Boundaries

  • One unit per page: this page documents only image.
  • 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

![alt](src)

Surfaces

Web Device document (and slides path where noted).

Public status

released

Fallback

—

Sample

markdown
![Alt text](/path/to/image.png)

Inline images are not the AUP media node path.

Evidence

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

Notes

Different path from AUP media node.