Starburst Galaxy

  • Get started

  • Working with data

  • Starburst AI

  • Data engineering

  • Developer tools

  • Cluster administration

  • Security and compliance

  • Troubleshooting

  • Galaxy status

  • Reference

  • Markdown for data products descriptions #

    Data products descriptions accept formatting with Markdown syntax, as shown in the following table.

    Format Syntax
    Bold **Bold** or __Bold__
    Italic *Italics* or _Italics_
    Headings

    # Heading 1

    ## Heading 2

    ### Heading 3

    #### Heading 4

    ##### Heading 5
    ###### Heading 6
    Links [link text](http://url/example.png)
    Bulleted lists * list item or - list item
    Numbered lists 1. list item or 1) list item
    Block quotes > Some text
    Inline code blocks You can create an inline code block by surrounding text with single back quotes: `code`
    Multi-line code blocks You can create a multi-line code block by preceding and following it with lines containing only triple back quotes: ```code```
    Horizontal line ---