digtools
📝 CHEAT SHEET

Markdown Syntax Cheat Sheet

A list of representative "Markdown syntax" that helps structure text and makes it easier to write. It can be used on many platforms such as GitHub, Notion, Slack, and WordPress.

Headers

# Header 1
## Header 2
### Header 3
#### Header 4
Header 1
Header 2
Header 3
Header 4

Emphasis

**Bold**
*Italic*
~~Strikethrough~~
`Inline code`

Bold
Italic
Strikethrough
Inline code

Lists
- Bulleted list 1
- Bulleted list 2
  - Nested list

1. Numbered list 1
2. Numbered list 2
  • Bulleted list 1
  • Bulleted list 2
    • Nested list
  1. Numbered list 1
  2. Numbered list 2

Task Lists
- [x] Completed task
- [ ] Incomplete task
  • Completed task
  • Incomplete task

Links & Images
[Link text](https://example.com)

![Alternative text](image.jpg)

Link text

🖼️ Image will be displayed

Blockquotes & Code
> This is a blockquote.
> It can span multiple lines.

```javascript
// Code block
const hello = "world";
```

This is a blockquote.
It can span multiple lines.

// Code block
const hello = "world";

Tables
| Left-aligned | Center-aligned | Right-aligned |
| :--- | :---: | ---: |
| Apple | Orange | $1 |
| Banana | Melon | $5 |
Left-alignedCenter-alignedRight-aligned
AppleOrange$1
BananaMelon$5

Extras (Horizontal rules, footnotes)
---
(3 or more hyphens for a horizontal rule)

Add a footnote to text[^1]

[^1]: This is the footnote content.

Add a footnote to text[1]

1. This is the footnote content.

Do you want to convert the written Markdown to HTML?

We provide a tool that instantly converts Markdown into HTML tags directly in your browser and offers real-time preview.

Use the Markdown to HTML Converter Tool

Send Feedback

Please let us know your thoughts to help us improve the tool.

Disclaimer

The tools provided on this site are completely free to use, but please use them at your own risk. We make no guarantees regarding the accuracy, completeness, or safety of any calculation results, conversion results, or generated data. Please be aware that the operator assumes no responsibility for any damages or troubles caused by the use of these tools. Most tools process files and calculations locally in your browser, meaning your inputted data is neither sent to nor stored on our servers.