Skip to main content
Skip table of contents

Styling items with Markdown

A variety of special formatting can be applied to text entered in a checklist item.

image-20250401-195032.png

You can use almost the full Markdown suite (CommonMark specification) to customize your checklists to your heart’s desire. One exception is that you cannot insert HTML blocks, as this poses a security risk.

To get your started, here are a few examples of what you can do:

Formatting

Syntax

Example

Italics

The customer said *what*?

image-20250401-195500.png

Bold

Invoices **must** be submitted by 5.

image-20250401-195525.png

Hyperlinks

See our [return policy](http://www.company.com/return-policy).

image-20250401-195550.png

Heading 1

# Heading

image-20250401-195752.png

Heading 2

## Heading

image-20250401-195837.png

Heading 3

### Heading

image-20250401-195824.png

Heading 4

#### Heading

image-20250401-195851.png

Bulleted list

* List

image-20250401-195909.png

Numbered list

1. List

image-20250401-195931.png

Block quote

> Block quote

image-20250401-195946.png

Code block

CODE
```
Code block
```
image-20250401-200005.png

Images

![logo](https://okapya.com/wp-content/uploads/2023/05/logo-white-font.svg)

image-20250401-200053.png

Separator

---

image-20250401-200137.png

Gherkin scenario example

Here is an example of using multiple styles to create an item that covers a Gherkin scenario:

CODE
**Scenario: "Invitation"**

----
* *Given*: I want to inform new users of their account.
* *When*: I create a new user.
* *Then*: The new user should receive an invitation e-mail.
image-20250401-200315.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.