Click or drag to resize
Inline Image

The inline image allows embedding an image inline.

Syntax

A link preceded by a ! (bang) character.

Note Note
An image occurring by itself in a paragraph will be rendered as a block image.
Tip Tip
Inserting a nonbreaking space after a lone image will cause it to be rendered as an inline image.
Example
AMDL
This is an inline image:
![](Castle.png "Pirate Sandcastle")

![](Castle.png "Pirate Sandcastle")
is also an inline image.
Example Output

This is an inline image:

is also an inline image.

Differences from PM

N/A.

amdl2maml Support

Partial, pending parser modification.

Limitations:

  1. Alt text is unsupported.

Current Workarounds:

  1. Manually edit the image's properties in the SHFB project.

See Also