Scripts
Script formatting
Format your script including bold, italic, underline, fonts and colour.
Markdown Formatting
CloudPrompter scripts can be formatted using Markdown syntax.
Basic Formatting
Bold
To add bold text, insert two asterisks or underscores before and after a word or phrase.
This section of text is normal, **this section is bold.**
This section of text is normal, __this section is also bold.__
Italic
To add italic text, add one asterisk or underscore before and after a word or phrase.
This section of text is normal, *this section is italic.*
This section of text is normal, _this section is also italic._
Bold and Italic
To add text with bold and italics at the same time, add three asterisks or underscores before and after a word or phrase.
This section of text is normal, ***this section is bold AND italic.***
This section of text is normal, ___this section is also bold AND italic.___
Bullets & Lists
Bullet points
To create a bullet point list, add dashes (-), asterisks (*), or plus signs (+) in front of line items.
This section of text is normal.
- List item
- Another list item
- Final list item
This section of text is normal.
* List item
* Another list item
* Final list item
This section of text is normal.
+ List item
+ Another list item
+ Final list item
Numbered List
To create a numbered list, add line items with numbers followed by periods.
This section of text is normal.
1. First list item
2. Second list item
3. Third list item
Font & Colour
Change the script Font
To change the Font of your script:
- Open your Script
- Click the Settings icon at the bottom
- Change the Font Face option to your desired font
- Click Save
Change the Colour of the Text
- Open your Script
- Click the Settings icon at the bottom
- Change the Font Colour option to your desired font
- Click Save
Change the Size of the Text
- Open your Script
- Click the Settings icon at the bottom
- Change the Font Size option to your desired size
- Click Save