Transclusions are an extension of the Markdown syntax enabling inline embedding of content.

The general syntax is ![path](path). Two types of transclusions are currently supported:

Media

Syntax: ![path/to/image.jpg](path/to/image.jpg) see Documents#Embedding for more details.

Media resizing is also supported: Documents#Media resizing

Pages

Syntax: * ![page name](page name) embed an entire page * ![page name#header](page name#header) embed only a section (guarded by the given header) * ![page$anchor](page$anchor) embed a page from the given anchor until the end of the page * ![page@pos](page@pos) embed a page from the given character position until the end of the page