Dynamic content

Supported Markdown

Dynamic content blocks support a limited subset of Markdown behavior. The following markdown syntax is supported:

Category

Syntax

H1, H2, H3 Headings

# Heading 1

## Heading 2

### Heading 3

Bold

**Bold this**

Italic

_Italics_

Images

![Image alt](image.png)

Linebreak

Link

[Shopify](https://shopify.com)

Strikethrough

~~Strike this~~

Ordered & Unordered lists

- This is unordered

1. This is ordered

Horizontal rule

—-