For each item in the list, use an asterisk or hyphen and a space.
* Unnumbered list item 1
* Unnumbered list item 2
* Unnumbered list item 3
(Or substitute hyphens for asterisks.)
Unnumbered list item 1
Unnumbered list item 2
Unnumbered list item 3
Numbered lists
For each item in the list, type the number one, a period, and a space.
1. First do this.
1. Now do this.
1. Then do this.
First do this.
Now do this.
Then do this.
Nested lists
Indent each list item with four spaces.
1. First do this:
<space><space><space><space>2. step 1
<space><space><space><space>3. step 2
* Also consider this:
* option A
* option a
First do this:
step 1
step 2
Also consider this:
option A
option a
Code block
Triple backticks
Enter+Enter
Code block
Enter+Enter
Triple backticks
` ` `
#include
main()
{
printf(“Hello World”);
}
` ` `
#include
main()
{
printf("Hello World");
}
Note: To avoid markdown formatting when using the special characters, use a backslash (\) before the markdown. For example, type \**bold text** to display **bold text** in the header or footer instead of bold text.
Note: Genesys Cloud does not support standard markup language in survey forms for voice survey flows.