Markdown Input
Welcome to MD ↔ HTML Converter
Convert Markdown to HTML and back — instantly, in your browser.
Features
- Live preview as you type
- Two-way conversion (MD → HTML and HTML → MD)
- Copy output with one click
- Swap input ↔ output with one click
Code Example
const greet = (name) => Hello, ${name}!;
console.log(greet("World"));
"Simplicity is the soul of efficiency." — Austin Freeman
Inline Formatting
You can use bold, italic, strikethrough, and inline code.
Links & Images
Lists
- First item
- Second item
- Third item
- Bullet one
- Bullet two
- Bullet three