Loading ...

  Polydojo Support


2.50.

Adding Links, Headings, and Images using Markdown

Markdown is a simple text formatting system, and is well suited for adding formatted information to your form, including headings, images, hyperlinks and more. To use Markdown, use the '*Markdown*' field to your form.

Formatting with Markdown:

  • To make text bold like this, just type: **bold like this**
  • To add a link like this, just type: [link like this](https://example.com/)
  • You can do a lot more with Markdown. Please see the table below


ElementMarkdown Syntax
Heading # Primary Heading
## Secondary Heading
### Tertiary Heading
Bold **bold text**
Italic *italicized text*
Blockquote > blockquote
Ordered List 1. First item
2. Second item
3. Third item
Unordered List - First item
- Second item
- Third item
Code `code`
Horizontal Rule ---
Link [title](https://.example.com)
Image![](https://.example.com/image.jpg)

If you have any questions, please write to [email protected]. We'll be happy to help!