Starburst Galaxy

  • Starburst Galaxy Home
  •   Get started
  •   Global features
  • Help center
  • Release notes
  • Feature release types

  • Starburst Galaxy UI
  •   Query
  •   Catalogs
  •   Catalog explorer
  •   Data products
  •   Clusters
  • Partner connect
  •   Admin
  •   Access control
  •   Cloud settings

  • Administration
  •   Security
  •   Single sign-on
  •   Troubleshooting
  • Galaxy status

  • Reference
  •   Python
  • API
  •   SQL
  •   Tutorials
  • 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 ---