Markdown Preview
Basic Syntax
Bold or bold
Italic or italic
Strikethrough
Lists
- Item 1
- Item 2
Links and Images
Code
Inline code
const hello = "world";
console.log(hello);Blockquote
This is a blockquote.
It can span multiple lines.
Table
| Header 1 | Header 2 |
|---|
| Cell 1 | Cell 2 |
| Cell 3 | Cell 4 |
📝 What is Markdown Preview?
Markdown is a lightweight text-based markup language that allows creating formatted documents with simple syntax. It is widely used in GitHub README files, blog posts, and technical documentation. This tool converts markdown syntax to HTML in real-time for preview, and the converted HTML can be copied and pasted directly into websites or blogs.
📋 Supported Markdown Syntax
# HeadingHeaders (h1-h3)
**bold**Bold text
*italic*Italic text
- itemLists
[text](url)Links
```code```Code blocks
💡 Markdown Usage Tips
- Structure GitHub README with project description, installation, and usage
- Write tech blog posts with code snippets
- Quick note-taking in apps like Notion, Obsidian
- Convert to HTML for emails or web pages
Frequently Asked Questions
Are all markdown syntaxes supported?▼
Basic syntax (headings, bold, italic, lists, links, code, blockquotes, tables) is fully supported. Some extended syntax (checkboxes, math) is partially supported.
How do I use the HTML copy feature?▼
Click the "Copy HTML" button at the top right of the preview area. The converted HTML is copied to clipboard and can be pasted directly into website source code.
Is it identical to GitHub markdown?▼
Core GitHub Flavored Markdown (GFM) syntax is mostly supported, but GitHub-specific features (issue links, mentions) are not supported.
What is Markdown Preview?
Write and preview Markdown with instant live rendering. Supports GitHub-flavored Markdown including code blocks with syntax highlighting, tables, task lists, and more.