Tour My App allows you do some basic formatting within a tour message box.
| Formating | Example | Result |
| Surround the text with * for italics | *this is emphasised* | this is emphasised |
| Surround the text with ** for bold | **this is bold** | this is bold |
| Two line breaks starts a new paragraph | this is paragraph 1 this is paragraph 2 |
this is paragraph 1 this is paragraph 2 |
| Start the line with - for a list | - item 1 - item 2 |
|
| To create a link, use the syntax [link_text](url) | [Search for this](http://www.google.com) | Search for this |