What this tool does
Write Markdown and get HTML you can copy, with an optional rendered preview. All processing happens in your browser.
Example input/output
Illustrative sample — your real inputs may look different.
Example input
## Title - first - **bold** item
Example output
<h2>Title</h2><ul><li>first</li><li><strong>bold</strong> item</li></ul)