To format question descriptions in CodeSignal, use markdown syntax. In this article, we describe some common markdown formatting options.
Bullet Points
Add bullet points to your text using this syntax:
* text
* text
* text
Emphasis (italics)
Add italics to text using either of the following syntax:
*text* or _text_
Headers
Add various headers to your text using the following syntax:
### H1
#### H2
##### H3
Hyperlinks
Add hyperlinks to your task description using this syntax:
[text here](URL here)
Remove unwanted hyperlinks using this syntax:
<div style="display: inline">text here</div>
Images
Embed images within your task description using the syntax below. You can host your image using your desired tool, such as Gyazo, Imgur, or Photobucket.

Strong Emphasis (bold)
Bold your text using the following syntax:
**text**