Welcome to the community forum's markdown support page! Here you can find information on how to use markdown formatting in our forum.
Basic Markdown Formatting
- Headers: Use
#
for headers. For example,# This is a Header
will create a main header. - Lists: Use
-
or*
for unordered lists, and1.
,2.
, etc. for ordered lists. - Links: Use
[text](url)
to create a link. For example, Markdown Guide will create a link to the Markdown Guide. - Images: Use

to insert an image. For example,will display the Markdown logo.Markdown
Markdown in Action
Here's an example of markdown in use:
Unordered List:
- Item 1
- Item 2
- Item 3
Ordered List:
- Item 1
- Item 2
- Item 3
Link: Markdown Guide
Image:
Markdown
For more detailed information and examples, check out our Markdown Reference.
If you have any further questions or need assistance, feel free to contact support.