description: Inline embedding of one page's content inside another. tags: glossary references:
Transclusions are an extension of the Markdown syntax enabling inline embedding of content.
The general syntax is . Two types of transclusions are currently supported:
Syntax: ; see Document#Embedding for more details.
Transclusions already support images, audio, video, and PDFs using the browser's corresponding media elements. Local media is served through range-capable /.fs responses, so playback seeking and incremental PDF loading use the same server and service-worker behavior as full-document media viewing.
Media resizing is also supported:
Syntax:
 embed an entire page embed only a section (guarded by the given header)Text and source documents are not transcluded as highlighted source. The editable text-document fallback does not change this boundary: page transclusion remains limited to Markdown pages.