Workflow Settings

How to use markdown

Markdown is a versatile markup language that can be used to format text, create lists, insert links and images, add horizontal rules, and format code.

Markdown is a versatile markup language that can be used to format text, create lists, insert links and images, add horizontal rules, and format code.

FeatureMarkdown
Bold text**bold text**, __bold text__
Italic text*italic text*, _italic text_
Strikethrough text~~strikethrough text~~
Unordered listsa hyphen (-), asterisk (*), or plus sign (+) followed by a space, e.g.
- Item
- Item
Ordered listsa number followed by a period, e.g.
1. Item
2. Item
Link[Link text](http://tray.io)
Note: The link will open in the same tab.
Image![Image alt text](http://tray.images.io/sample.png "Image title")
Linked image[![Image alt text](http://tray.images.io/sample.png)](http://tray.io)
Note: The link will open in the same tab.
Horizontal ruleAt least three hyphens
---
Codebackticks (`)
The following screenshot shows an example workflow description rendered using markdown:
markdown-page-example

Was this page helpful?