How to Improve Your Pages With Markdown
Use basic coding to format text, add images and links to your homepage, event listings and merchandise descriptions
Transcript
You can add bold and italic text, bulleted lists, images, links to other pages and more to your Stellar homepage, event listings and pinned chat messages with Markdown, a simple syntax used to format text on web pages.
Below are few standard formatting rules and you can find much more at the Markdown Guide.
Element Markdown Syntax
Heading 1
Heading 2
# H1
## H2
Bold
**bold text**
Italic
*italicized text*
- An
- Ordered
- List
1. First item
2. Second item
3. Third item
- A
- Bulleted
- List
- First item
- Second item
- Third item
Horizontal Rule
---
Link
[title](https://www.example.com)
Image
![alt text](image.jpg)
Linked Image
[![alt text](image.jpg)](https://www.example.com)