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, and 1., 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 ![alt text](image url) to insert an image. For example,
    Markdown
    will display the Markdown logo.

Markdown in Action

Here's an example of markdown in use:

  • Unordered List:

    • Item 1
    • Item 2
    • Item 3
  • Ordered List:

    1. Item 1
    2. Item 2
    3. 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.