June 2020 - Bodo is now discontinued, thank you for your support!

Bodo offers two text formatting options. You can choose your preferred syntax via the Preferences panel.

Preferences Panel

Jira Markup

Jira Markup is the default syntax. You can click here to see the complete formatting guide.

Markdown

Bodo supports a subset of Markdown. Under the hood Bodo converts your Markdown to Jira Markup. Bodo supports the following attributes:

Headings

# Heading level 1

## Heading level 2

### Heading level 3

#### Heading level 4

##### Heading level 5

###### Heading level 6

Emphasis

*italic*

**bold**

__bold__

Quote

> quote

Lists

- List item

+ List item

Code
``` code ```

[Link](url)

![Image](url)