Markdown Cheatsheet

标题 / Headings

一级标题 / H1 Heading
# 标题1
示例 / Example:
# 主标题
渲染效果 / Rendered:
主标题
二级标题 / H2 Heading
## 标题2
示例 / Example:
## 副标题
渲染效果 / Rendered:
副标题
三级标题 / H3 Heading
### 标题3
示例 / Example:
### 小节标题
渲染效果 / Rendered:
小节标题

文本样式 / Text Formatting

粗体文本 / Bold text
**粗体**
示例 / Example:
**重要内容**
渲染效果 / Rendered:
重要内容
斜体文本 / Italic text
*斜体*
示例 / Example:
*强调内容*
渲染效果 / Rendered:
强调内容
删除线文本 / Strikethrough
~~删除线~~
示例 / Example:
~~已废弃~~
渲染效果 / Rendered:
已废弃
行内代码 / Inline code
`代码`
示例 / Example:
`const x = 1`
渲染效果 / Rendered:
const x = 1

列表 / Lists

无序列表 / Unordered list
- 项目1 - 项目2
示例 / Example:
- 苹果
- 香蕉
渲染效果 / Rendered:
• 苹果 • 香蕉
有序列表 / Ordered list
1. 第一项 2. 第二项
示例 / Example:
1. 第一步
2. 第二步
渲染效果 / Rendered:
1. 第一步 2. 第二步
任务列表 / Task list
- [ ] 待办 - [x] 已完成
示例 / Example:
- [ ] 未完成
- [x] 已完成
渲染效果 / Rendered:
☐ 未完成 ☑ 已完成

链接与图片 / Links & Images

链接 / Link
[文本](URL)
示例 / Example:
[GitHub](https://github.com)
渲染效果 / Rendered:
GitHub
图片 / Image
![替代文本](图片URL)
示例 / Example:
![Logo](logo.png)
渲染效果 / Rendered:
[图片: Logo]
引用链接 / Reference link
[引用][1] [1]: URL
示例 / Example:
[文档][1]
[1]: https://example.com
渲染效果 / Rendered:
文档

引用与代码块 / Quotes & Code

引用块 / Blockquote
> 引用文本
示例 / Example:
> 这是一段引用
渲染效果 / Rendered:
│ 这是一段引用
代码块 / Code block
```语言 代码 ```
示例 / Example:
```javascript
console.log("Hello")
```
渲染效果 / Rendered:
┌─────────────────┐ │ console.log(...) │ └─────────────────┘

表格 / Tables

表格 / Table
| 列1 | 列2 | |---|---| | 数据 | 数据 |
示例 / Example:
| 姓名 | 年龄 |
|---|---|
| 张三 | 25 |
渲染效果 / Rendered:
┌──────┬──────┐ │ 姓名 │ 年龄 │ ├──────┼──────┤ │ 张三 │ 25 │ └──────┴──────┘

分隔线与换行 / Horizontal Rules & Breaks

分隔线 / Horizontal rule
---
示例 / Example:
---
渲染效果 / Rendered:
─────────────────
强制换行 / Line break (两个空格)
文本 换行
示例 / Example:
第一行  
第二行
渲染效果 / Rendered:
第一行 第二行

转义字符 / Escape Characters

转义特殊字符 / Escape special chars
\*不是斜体\*
示例 / Example:
\*字面量\*
渲染效果 / Rendered:
*字面量*

📝 Markdown 提示:

  • • Markdown 是一种轻量级标记语言,易于阅读和编写
  • • 广泛用于文档、README、博客和笔记
  • • 不同平台可能有细微差异,以实际渲染为准
  • • 使用复制按钮快速复制语法到剪贴板

What is Markdown Cheatsheet?

Need to transform, format, or analyze text? This tool handles it all — case changes, word counts, text reversals, you name it. It works entirely in your browser, so whatever you paste stays on your device. No uploads, no tracking, just a clean tool that does its job and stays out of your way.

Use Cases5 scenarios
  • Polishing copy before publishing
  • Reformatting essays and papers
  • Prepping captions for social media
  • Cleaning up bulk text exports
  • Converting between text formats
How to Use6 steps
  1. 1Open the Markdown Cheatsheet — no signup, no login.
  2. 2Paste your input or drag and drop a file.
  3. 3Hit Process or Generate and see results instantly.
  4. 4Preview the output and click Copy to grab it.
  5. 5💡 Pro Tip: Check the FAQ below for power-user tricks.
  6. 6📌 Bookmark this page — you will want to come back.
Features8 features
  • Completely free
  • No account needed
  • Instant processing
  • One-click copy
  • Handles long documents
  • Your text stays private
  • Works on any device
  • Supports many languages
FAQ6 questions
Is it really free?

100% free. No hidden fees, no premium tier. What you see is what you get.

Is there a character limit?

It handles tens of thousands of characters without breaking a sweat. If your text fits in a document, it fits here.

Is my text saved anywhere?

No. Nothing is stored, nothing is uploaded. Close the tab and it is gone.

Does it work with Chinese text?

Yes — Chinese, English, Japanese, and pretty much any language you throw at it.

Can I use this on my phone?

Sure does. Works smoothly on phones and tablets too.

How fast is it?

Instant for everyday text. Really long passages might take a second or two.