For the complete documentation index, see llms.txt. This page is also available as Markdown.

Formatting

You can use markdown to do some basic formatting on your form

Do note that the following is only available for headers & instructions, paragraph fields and description of fields.

Element
Markdown syntax
result

Bold

**text**

text

Italic

*text*

text

Strikethrough

~text~

text

Ordered list

  1. . text

  2. . text

  3. . text

  1. . first item

  2. . second item

  3. . third item

Unordered list

- text - text - text

  • first item

  • second item

  • third item

Link

[title](https://www.example.com)

Last updated

Was this helpful?