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.

SyntaxExample
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)
New line\nYou can either just hit return in the text input, or use \n to add a line break to your text.

Was this helpful? Let us know with a quick a vote