Quick Markdown Reference
| Element | Markdown Syntax |
|---|---|
| Heading | # H1 ## H2 ### H3 |
| Bold | **bold text** |
| Italic | *italic text* |
| Link | [title](https://url.com) |
| Image |  |
| Code | `code` |
| Code Block | ```language |
| Unordered List | - Item 1 |
| Ordered List | 1. Item 1 |
| Blockquote | > Quote text |
| Horizontal Rule | --- |
About Markdown ↔ HTML Converter
Convert between Markdown and HTML effortlessly. Supports GitHub Flavored Markdown with tables, code blocks, task lists, and more. Perfect for developers, writers, and content creators.
Bidirectional conversion (Markdown ↔ HTML)
GitHub Flavored Markdown support
Live HTML preview
Statistics for words, lines, and elements
Supports tables, code blocks, and lists
Common Use Cases:
- Convert README.md to HTML for websites
- Transform blog posts from Markdown to HTML
- Convert HTML emails to Markdown
- Create documentation in Markdown format
- Preview Markdown content before publishing

