What is Markdown?
Markdown is a lightweight markup language with plain text formatting syntax. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to formatted text.
Markdown Support
The supported Markdown syntax is as follows:
Style |
Syntax |
Formatted Text |
||||||
---|---|---|---|---|---|---|---|---|
H1 | # Heading 1 | Heading 1 | ||||||
H2 | ## Heading 2 | Heading 2 | ||||||
H3 (up to H6) | ### Heading 3 | Heading 3 | ||||||
Italic | *italic* | italic | ||||||
Bold | **bold** | bold | ||||||
Strikethrough | ~~strikethrough~~ | |||||||
Link | [Click to Open](https://2appstudio.com)
or [Click to Open][1]
[1]: https://2appstudio.com/(example)
|
Click to Open | ||||||
Blockquote | > Blockquote |
|
||||||
Unordered List Item | * Unordered list item 1
* Unordered list item 2 * Unordered list item 3 |
|
||||||
Numbered list item | 1. Numbered list item
2. Numbered list item 3. Numbered list item |
|
||||||
Table | | Title 1 | Title 2 | Title 3 |
| ––– | ––– | ––– | | Content 1 | Content 2 | Content 3 | |
|
||||||
Task list | – [x] Checked
– [ ] Not checked – [x] Checked – [ ] Not Checked |
|
Markdown Preview
- In the editor, tap
to enable Markdown preview.
- To disable Markdown preview, tap
.