block-quote On this pagechevron-down
copy Copy chevron-down
🛒 PLEX STORE Markdown Guide Markdown Guide for product descriptions
Use # symbols followed by a space to create headings. The number of # symbols determines the heading level.
Copy # Heading 1
## Heading 2
### Heading 3
#### Heading 4 chevron-right Examplehashtag Text formatting
Plex Store currently support most markdown formatting. Simply add **, _, or ~~ around text to format it.
Style
How to write it
Result
You can also combine them. For example, write **_bold and italic_** to get bold and italic text.
Use > to create a blockquote.
This is a blockquote.
To create a ordered list, add line items with numbers followed by periods.
To create a unordered list, add dashes (-), asterisks (*), or plus signs (+) in front of line items.
You can also nest them by adding indents on the list items:
Inline Links : [Link Text](URL)
Reference Links : [Link Text][id] and [id]: URL
Inline Images : 
Reference Images : ![Alt Text][id] and [id]: Image URL
Inline Code : Use backticks ` to wrap inline code.
Code Blocks : Use triple backticks to create code blocks.
Markdown Syntax Highlighting
You can specify the language after the opening backticks in a code block.
Use pipes | and hyphens - to create tables. The hyphens separate the header row from the data rows.
Custom Containers
Last updated 12 months ago