Markdown to HTML

Convert Markdown syntax to HTML code

Supported Markdown Syntax

# Headers (h1, h2, h3)

**bold** or __bold__

*italic* or _italic_

~~strikethrough~~

`code` inline code

[text](url) links

![alt](url) images

- or * lists

> blockquotes

--- horizontal rules