Images in Content
You can easily embed images into your pages. Just upload them to the same directory as your
default.md file.Basic Syntax
The basic syntax for displaying an image is:

Resizing and Alignment
This CMS has a useful function for resizing and aligning images directly within the Markdown link. Simply append the parameter
?width=yyy, where yyy is the desired width in pixels. You can also use &align=left/right/center.Example (normal image size):

Example (image size 200px, aligned left):

Of course, you can also use a full path and the standard <img> tag with custom attributes:
