Markdown to HTML Converter

Convert Markdown syntax to clean HTML code

Markdown Syntax Guide

# Heading - Headings (# to ######)
**bold** - Bold text
*italic* - Italic text
[Link](url) - Hyperlinks
- Item - Unordered lists
`code` - Inline code

Markdown Input

HTML Output

HTML output will appear here...

Markdown Syntax Guide

Headers:

# H1 ## H2 ### H3

Bold:

**bold text**

Italic:

*italic text*

Lists:

- item or 1. item

Links:

[text](url)

Images:

![alt](url)

Code:

`inline` or ```block```

Blockquote:

> quote