development

Markdown: A Complete Guide to Syntax and Formatting

5 February 2026 1 min read 77 views
Markdown: A Complete Guide to Syntax and Formatting

Markdown is a lightweight markup language for creating formatted text. It's used on GitHub, in documentation, blogs, and messengers. You can learn Markdown in 10 minutes.

Headings

# Heading 1
## Heading 2
### Heading 3
#### Heading 4

Text Formatting

**bold text**
*italic*
~~strikethrough~~
`inline code`

Lists

Unordered

- Item 1
- Item 2
  - Subitem 2.1
  - Subitem 2.2

Ordered

1. First
2. Second
3. Third

Links and Images

[Link text](https://example.com)
![Alt text](image.jpg)

Tables

| Header 1   | Header 2   | Header 3   |
|------------|:---------:|-----------:|
| Left       | Centered  | Right      |
| Data       | Data      | Data       |

Blockquotes

> This is a quote.
> It can be multiline.
>> This is a nested quote.

Online Editor

Try Markdown Preview Xuvero β€” enter Markdown text on the left and see the result on the right in real-time.

Where Markdown is Used

  • GitHub β€” README.md, Issues, Pull Requests
  • Notion β€” notes and documentation
  • Slack/Discord β€” message formatting
  • Jekyll/Hugo β€” static sites and blogs
  • Jupyter Notebook β€” documentation in data analysis

Stay in the loop

Get notified when we publish new articles, tools, and updates.

Xuvero Assistant

Wait! Get more for free

Sign up for free β€” save results, get 10 daily uses, and access all tools.

Sign up for free