Skip to content
Log in

Using markdown for StoreConnect content

On this page

Many objects within StoreConnect allow you to use markdown in certain description or content fields. For example, in summary and body content fields.

Markdown is a simpler way of formatting text on the page, instead of using HTML tags.

Formatting in HTML:

```html

Title

This is some text with a list of 3 items:

  • One
  • Two
  • Three

Read more at my help site

```

Formatting in markdown:

```

Title

This is some text with a list of 3 items:

  • One
  • Two
  • Three

Read more at my help site ```

Markdown is quick to learn and less error-prone than HTML. For a fuller introduction, see Getting Started with Markdown.

Convert to markdown from normal doc formatting

If you prefer to write in a regular document, using styles for headings and formatting, most free online Word to Markdown converters will convert it. Copy the converted markdown and paste it into StoreConnect.

Was this article helpful?

Was this article helpful?