/ Markdown

Converting HTML to Markdown

I often need to convert my legacy HTML files to markdown.

There are couple of ways of accomplishing this using:

xijo/reverse_markdown is very convenient because it works with a cli right out of the box!

Installation is straight forward using:

sudo gem install reverse_markdown

Converting html to markdown is equally straight forward using:

reverse_markdown Notes.html > Notes.md

For more info on pandoc, check out my other blog post ... Converting a docx document to PDF