Using Markdown in Release
In Release, you can use Markdown syntax to style your text in various ways. Markdown is a simple and intuitive way to format text, which includes headers, hyperlinks, italics, and more. Markdown is supported in three areas of Release: task descriptions, script task output, and comments.
Headers
Use one to six hash symbols (#
) to create headings of different levels.
# Header 1
## Header 2
### Header 3
#### Header 4
##### Header 5
###### Header 6