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)