Use Markdown Syntax to format rich text
Use Markdown in the description of a work item to enrich your text.
Bold
**text**
Italic
*text*
Strikethrough
~~text~~
Headings
Heading 1
# Space
Heading 2
## Space
Heading 3
### Space
Heading 4
#### Space
Other Common Format
Numbered Lists
1. text
Bulleted Lists
- text
* text
Indent Your List
Tab
Outdent Your List
Shift + Tab
Quote
> text
Code Block
`code`
Insert Code Block
``` code