Markdown Guide
Markdown is a lightweight markup language for creating formatted text. Currently, Encharge supports markdown in our native forms - specifically in the field labels and the text section.
This page contains some of the most common markdown elements as a quick reference. If you want to learn more about markdown and use other elements, you can check the official reference cheat sheet for extended syntax.

| |
This page contains some of the most common markdown elements as a quick reference. If you want to learn more about markdown and use other elements, you can check the official reference cheat sheet for extended syntax.
Markdown reference sheet
Element | Markdown Syntax | Example |
---|---|---|
Heading | # H1## H2### H3 | Heading |
Bold | bold text | Bold |
Italic | italicized text | Italic |
Blockquote | > blockquote | Blockquote |
Ordered List | 1. First item2. Second item3. Third item | First itemSecond ItemThird Item |
Unordered List | - First item- Second item- Third item | First itemSecond ItemThird item |
Code | code | code |
Horizontal Rule | --- | n/a |
Link | Link title | Link title |
Image |

| |
Updated on: 24/03/2025
Thank you!