Markdown is a lightweight markup language that makes it easy to format text using simple symbols instead of complex code. In various places within Agorify, where Markdown is supported, you can use it to style and structure your content effortlessly.
Basic Syntax
Element | Markdown Syntax |
---|---|
Heading | # H1 ## H2 ### H3 |
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 |
Horizontal Rule | --- |
Link | [title](https://www.example.com) |
Image |  |
Click here to read more about Markdown and find additional syntax examples.
Comments
0 comments
Please sign in to leave a comment.