Essentials

Images and Embeds

Add images, video and other HTML elements.

Markdown

Images

Display images with standard markdown syntax. Remote and local paths both work:

Banner

![Banner](/images/banner.png)

Images are constrained to the content width and get the same border radius as other blocks.

Videos

Use the video component for playable media:

:video{autoplay controls loop src="/media/demo.mp4"}

Valueless attributes such as autoplay, controls, loop and muted work the same way they do in HTML. Autoplaying video is muted automatically, since browsers refuse to start it otherwise.

HTML

Raw HTML is passed through for anything the components do not cover — embeds, iframes and the like.