Using Markdown allows you to easily mark up text. Supported fields provide you with following options.

Basic markup and lists

Bold text
**Bold text** turns into Bold text.

Italics
_Italic_ turns into Italic.

Bold and italic
**_You can combine_** resulting You can combine.

Lists
List your items as follows:

- First item
- Second item

Resulting in:

  • First item
  • Second item

You can use numbered lists as well:

1. First item
2. Second item

Et voilà:

  1. First item
  2. Second item

Task lists
You can also add tasks. Easy enough:

– [ ] To do – notice the space between the brackets
– [x] Done

The end result depends on the context. If you’re previewing your text, you can easily check and uncheck your tasks. If you’re simply viewing the text, the checkboxes will be disabled.