Skip to main content
All CollectionsBest Practices
Controlling text appearance
Controlling text appearance

You can use formatting code to emphasize important things, including links, line breaks, character size, plus bold and italic.

Emily Zaehring avatar
Written by Emily Zaehring
Updated this week

We have a few types of formatting code:
Italics: word

*word* or _word_

Bold: word

**word** or __word__

Bold & Italic: word

**_word_**


Line break:

[br/]


Size: (Changes the size of the word).

[size=4]word[/size]


Link:ย 

[caption](url)

You can use this in the custom welcome message, Announcements, Q&A (both comments and questions), Poll Questions and Answers, and Survey divider text box.
You can NOT use markdown in the Poll footer.
โ€‹

Throughout the app, you can see where text formatting is supported. As displayed in the example below, it is usually indicated under an input box :"Markup formatting supported" with an code icon. Clicking on this icon brings up a dialogue box where you can easily copy the formatting code you need and paste it into the input box.

Did this answer your question?