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:

![Image Description](file-name.jpg)

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): Pacman

Example (image size 200px, aligned left):

Pacman

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


Back to the absolute start of the demo