The descriptions of your projects, scenarios and so on can be formatted using the Markdown syntax (see here for a full list of its possibilities).
Description | You type | You get |
---|---|---|
Emphasized text |
_Emphasized text_
|
Emphasized text |
Bold text |
**content**
|
content |
Link |
https://smartbear.com
|
smartbear.com |
Bullet list |
Here is my list - one - two |
Here is my list
|
Ordered list |
Here is my list # one # two |
Here is my list
|
Code |
```json |
{ |
Images
You can display images in your descriptions:
In-lined:
![alt text](https://bit.ly/2HNY0rV "Logo Title Text 1")
Referenced:
![alt text][logo]
[logo]: https://bit.ly/2HNY0rV "Logo Title Text 2"
Which will be rendered as: