Typical use
Input
# Title
- List
Output
<h1>Title</h1><ul>...</ul>
Convert Markdown text to copyable HTML fragments.
Use this page to convert Markdown to HTML. It focuses on Markdown text and produces an HTML fragment.
# Title
- List
<h1>Title</h1><ul>...</ul>
The input is mainly processed in your browser, and the page only uses browser capabilities needed to generate the result.