Applicable Packages
Lite Plus Max Shop


 

You can add text formatting to category descriptions, product summaries, and product descriptions using Markdown. Markdown is a simple way to format text while still supporting the CSV files used for the import/export features.


Headings

To create a headings, put one or two hashes (followed by a space) before the heading:


# This is a primary heading

## This is a secondary heading


In product descriptions, primary headings will be converted into tabs:



Heading levels and search engine optimisation

Headings on websites are not just larger or more prominent text: they are contained within invisible pieces of code called heading elements. Words that appear within heading elements have a greater effect on search engines ranking than words that appear in normal text. Each heading has a level, with h1 being the highest level, h2 the second highest, and so on.


Web pages usually have a single h1 heading, and your shop will automatically make the category or product name an h1 heading. When using Markdown in your category and product descriptions, primary headings (preceded by a single hash) will become h2 headings, and secondary headings (preceded by a double hash) will become h3 headings.


If you really need to create an h1 heading within a category or product description, you can do this by ‘underlining’ the heading with any number of equals signs:


This is an h1 heading

=====================


Italic, bold and strike-through

To create italic, bold, and strike-through (crossed-out) text, put single asterisks, double asterisks, and double tildes respectively around the text:


This text features *italics*, **bold**, and ~~strike-though~~


This will show as:


The text features italics, bold, and strike-through


Lists

To create a bulleted list, put a dash (followed by a space) in front of each list item:


- First item

- Second item

- Third item


This will show as:


  • First item
  • Second item
  • Third item


To create a numbered list, put a number followed by a dot (and a space) in front of each list item:


1. First item

2. Second item

3. Third item


This will show as:


  1. First item
  2. Second item
  3. Third item


Tables

To create a table, put a pipe (vertical bar) between each cell in a row, and separate the column headings from the rows with a line containing at least three dashes (without any spaces between them) in each cell:


Size | Waist | Leg

---- | ----- | ---

S    | 26    | 28

M    | 30    | 30

L    | 34    | 32


This will show as:



Links

Web addresses in the text will automatically be converted into links, but if you want to customise the link text you can put the link text in square brackets followed by the web address in round brackets (without any space between the square and round brackets):


[Shop support](https://support.itseeze.com/support/solutions/17000080293)


This will show as:


Shop support