Skip to content
English
  • There are no suggestions because the search field is empty.

Markdown Syntax Guide

This article serves as a reference guide for using Markdown tags across various fields in the web UI. The syntax is applicable to any field designated as a markdown field.

Syntax & Rendered Output

  • All titles should display as an H1 heading.
  • Outlined below are the Markdown tags supported by the markdown fields in the Dragonfruit web UI. 

Headings

    Markdown

    Output



    # Heading level 1

    Heading 1



    ## Heading 2

    Heading 2



    ### Heading 3

    Heading 3


     

    #### Heading 4

     

    Heading 4


    ##### Heading 5

    Heading 5


    ###### Heading 6

    Heading 6

    Others

     

    Markdown

    Output

    **Bold**

    Bold 

    *Italics*

    Italics

    [link text](URL)

    [Visit Dragonfruit](https://www.dragonfruit.ai) 

    Visit Dragonfruit 

    ![alternate_text](https://ex.com/images.png)

    Image

    `Code`

    Code block

    ---

    Horizontal Rule: (Line separator)