HTML To Markdown
Using the HTML to Markdown converter
Step 1: Copy and paste your HTML code into the Input box. When finished, the HTML data will be displayed as text (in UTF-8 format).
Step 2: Press the Convert button and unless a parser error is displayed, the Markdown text appears in the Output box.
Step 3: Copy the contents of the Output box and paste the text into a file (.txt or .md extension).
The HTML to Markdown converter uses the C# Html2Markdown library. You can find the license here. Html2Markdown is converting the following HTML tags:
<a>
<strong>
<b>
<em>
<i>
<br>
<code>
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
<blockquote>
<img>
<hr>
<p>
<pre>
<ul>
<ol>