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 codeMarkdown Input
HTML Output
HTML output will appear here...
Markdown Syntax Guide
Headers:
# H1 ## H2 ### H3Bold:
**bold text**Italic:
*italic text*Lists:
- item or 1. itemLinks:
[text](url)Images:
Code:
`inline` or ```block```Blockquote:
> quote