This article covers:
- How to format text displays in my Pigeonhole?
How to format text displays in my Pigeonhole?
Pigeonhole Live supports Rich Text with Markdown. Refer to the table below for specific formatting guides.
Note: You can only format texts in Session descriptions, pre-survey messages, and post-survey messages.
Markdown | Result |
Text Text |
Text Text |
Text Text preceded by a blank line |
Text Text preceded by a blank line |
# Heading ## All headings sizes ### look the same. This is also a heading because of the line below ==== |
Heading All heading sizes look the same. This is also a heading because of the line below |
**Bold**, __Bold__ | Bold, Bold |
_Italic_, *Italic* | Italic, Italic |
**_~~If you use multiple formatting types, the order matters. This works...~~_** **~~_But this does not.**_~~ **This _does** not_ work **But** **_this_** _does_ |
If you use multiple formatting types, the order matters. This works... ~~_But this does not_~~ This _does not_ work But this does |
`code` ``` code ``` |
code code |
* Unordered * List |
|
1. Ordered List 1. Actual numbers don't matter |
|
[Not A Link] (www.notalink.com) [Link] (https://www.example.com) [You can also make links like this][1] [1]: https://www.example.com |
Not A Link (www.notalink.com) Link You can also make links like this |
![Images are changed into links to images] (http://www.w3schools.com/html/html5.gif) | Images are changed into links to images |