Azure DevOps uses standard Markdown syntax. There are additional Wiki notations, that will enable you mention other users, refer to work item and work item queries.
1
2
3
4
| <p># Header 1 </p>
<p>## Header 2 </p>
<p>### Header 3 </p>
<p>#### Header 4</p>
|
Table of Content
Text Format
1
2
3
4
5
6
| **Bold**
_Italic_
[Link](http://www.azuredevops.tips)
strikethrough
Underline
This text is teletype text.
|
Code Block
1
2
| ``` js //Code Block var ="This is Javascript" ```
``` csharp Console.WriteLine("Hello, World!"); ```
|
Lists
UnOrdered
1
2
3
| Unordered List 1
Unordered List 2
Unordered List 3
|
Ordered
1
2
3
| 1. Ordered List 1
1. Ordered List 2
1. Ordered List 3
|
Sub List
1
2
3
4
5
6
7
8
| 1. First item.
- Item 1
- Item 2
- Item 3
1. Second item.
- Nested item 1
- Nested item 2
- Nested item 3
|
Check List
1
2
3
4
| - [ ] Check List 1
- [ ] Check List 2
- [ ] Check List 3
|
Table
1
2
3
4
| | Col Header | Col Header | Col Header |
|:-----------|:----------:|--------------:|
| Left | Centered | Right Aligned |
| Row | Row | Row |
|
Image
1
| ![Azure DevOps Tips](https://azuredevopstips.files.wordpress.com/2019/07/azuredevopstips-facebook-profile.png)
|
Horizontal Line
Quote
1
| > Single Block Quote >> Embedded >> Block >> Quote
|
Video
1
| ::: video [youtube https://www.youtube.com/watch?v=OtqFyBA6Dbk&w=560&h=315] :::
|
Result Queries
1
| ::: query-table b282af38-77a3-4569-9827-084013a91894 :::
|
Mention - Ticket Numbers