Format Text with Markdown
Markdown is a lightweight markup language for creating formatted text using a plain-text editor. Using Markdown syntax allows you to include a link to a website or highlight a certain phrase in the description text of a survey question.

Markdown support in Refiner is limited to formatting the description text of a question in Bold or Italic, as well as adding HTML links. In addition, Markdown can also be used for Checkbox Labels.
The table below shows an example for each available syntax option.
Syntax | Example | |
Bold | **YOUR_TEXT** | This is a phrase with a **bold** word. |
Italic | *YOUR_TEXT* | This is a sentence with an *italic* word. |
Link | [LINK_NAME](LINK_ADDRESS) | This is a sentence with an [external link](https://refiner.io) |