For task descriptions and task comments we use markdown syntax.

Here is a quick cheat sheet for formatting text:

Bold : **text**

Italic: *text*

Link: [Duck Duck Go](https://duckduckgo.com)

Image: ![Philadelphia’s Magic Gardens.](/assets/images/philly-image.jpg)

List:

* item1

* item2

Numbered List:

  1. item1
  2. item2

Inline code: `nano`

Code block:

codeblock

NOTE: We currently don’t support quotes for security reason.