Convert Markdown to HTML.
<h2>Hello</h2> <p>This is <strong>bold</strong> and <em>italic</em>.</p>
Paste Markdown and get equivalent HTML. Supports headings, bold, italic, lists, links, and code.
Is this tool free to use?
Does the tool run in the browser?
Is my data uploaded to a server?
Can I use this tool for large files?
Input
**bold**
Output
<strong>bold</strong>