H ToolHub / 所有工具 / Markdown 预览
📝 开发者工具

Markdown 预览

在线 Markdown 编辑器,支持实时预览、语法高亮、表格、代码块、任务列表等常用 Markdown 语法。

什么是 Markdown?

Markdown 是一种轻量级标记语言,由 John Gruber 于 2004 年创建。它使用纯文本格式语法,可以轻松转换为 HTML,广泛用于技术文档、博客、README 文件和在线论坛。

本工具支持的 Markdown 语法:

  • 标题:使用 # 号表示 H1 到 H6
  • 强调:**粗体**、*斜体*、~~删除线~~
  • 列表:有序列表和无序列表
  • 任务列表:- [x] 已完成 / - [ ] 待办
  • 代码:行内代码 `code` 和代码块 ```
  • 链接和图片:[文字](URL) 和 ![alt](URL)
  • 引用:> 引用文本
  • 表格:使用 | 分隔的表格语法

所有渲染在浏览器本地完成,无需服务器处理。

What is Markdown?

Markdown is a lightweight markup language created by John Gruber in 2004. It uses plain text formatting syntax that can be easily converted to HTML. It's widely used for technical documentation, blogs, README files, and online forums.

Supported Markdown syntax:

  • Headers — Use # for H1 through H6
  • Emphasis — **bold**, *italic*, ~~strikethrough~~
  • Lists — Ordered and unordered lists
  • Task Lists — - [x] done / - [ ] todo
  • Code — Inline `code` and fenced code blocks ```
  • Links & Images — [text](URL) and ![alt](URL)
  • Blockquotes — > quoted text
  • Tables — Pipe-separated table syntax

All rendering is done locally in your browser — no server processing required.