Formatting Your Intakes With Video, Colors, and Images
You can make your questions and prompts stand out by personalizing the app intake.
Text Formatting
We have compiled a basic list of text formats, but you can learn more about formatting text here. Note that we use the markdown syntax.
Headers
Headers are known as Header 1, Header 2, Header 3, etc. Header 1 is the largest and header 3 is the smallest. To produce these headers:
Header 1: #
Header 2: ##
Header 3: ###
Emphasis
In some instances, you may want to add emphasis to certain parts of a question or prompt.
Bold Text
**insert text here**
Italicized Text
*insert text here*
Bold and Italicized Text
***insert text here***
Block quotes
>insert text here
Lists
You can create ordered and unordered lists.
Ordered list
- Insert text
- Insert text
- Insert text
Unordered list
- Insert text
- Insert text
- Insert text
Colors
Colors can be a strong tool in app intake personalization. To assign colors, follow these instructions:
Hover over the account icon and select Settings.
- Change or update the three colors: Accent, Back, and Menu.
To call to these colors in your templates, use the following formatting:
Accent
<accent 1>text</accent>
Back
<accent 2>text</accent>
Menu
<accent 3>text</accent>
A color that is complementary to the accent
<accent c>text</accent>
Red
<accent red>text</accent>
Videos
To insert a video, use the following:
<player url=“insert video URL”>
Images
Use this code to add an image on the left of a page:
![alt text](Image Insert Image File Path or URL "Logo Title Text 1")
To center an image, use:
<center>![alt text](Image Insert Image File Path or URL "Logo Title Text 1")</center>