Markdown formatting options supported in Vernon Browser

You can use the following Markdown code in text fields in Vernon CMS to achieve formatting such as bold, italics, links, and lists in your Vernon Browser content.

Basic Markdown syntax

Formatting option Markdown code
Bold **bold text**
Italic *italicised text*
Heading

# H1

## H2

### H3

Unordered list

- First item

- Second item

- Third item

Ordered list

1. First item

2. Second item

3. Third item

Blockquote > blockquote
Link [title](https://www.example.com)
Horizontal rule ---
New line This is the first line.\
This is the second line.
New paragraph

Use two carriage returns.

This is a new paragraph.

Extended Markdown syntax

We don’t support extended Markdown syntax such as inserting images or maps. Please contact us at support@vernonsystems.com if you want to include Markdown syntax that is not listed on this page.