Markdown

In Unison.io, text in cards may be styled using Markdown - a simple way to format text that looks great on any device. Just type the following simple keyboard symbols (or click the corresponding toolbar buttons) to apply styles to your text.

*Bold*
Bold
_Italic_
Italic
# Heading 1

Heading 1

## Heading 2

Heading 2

[Link](http://www.example.com)
> Blockquote
Blockquote
* List
* List
* List
  • List
  • List
  • List
1. One
2. Two
3. Three
  1. One
  2. Two
  3. Three
---

`Inline code` with backticks
Inline code with backticks
```
# code block
print '3 backticks or'
print 'indent 4 spaces'
```
# code block
print '3 backticks or'
print 'indent 4 spaces'