Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I need to go from HTML to markdown, any suggestion?

I'm using Maruku, to convert from Markdown (superset) to HTML, do you know how can I do to convert from HTML to Markdown?

like image 391
Claudio Acciaresi Avatar asked Nov 17 '09 20:11

Claudio Acciaresi


2 Answers

Google found a ruby script called reverse_markdown. It seems to do what you are looking for.

like image 90
mtyaka Avatar answered Nov 14 '22 02:11

mtyaka


try html2markdown http://rubygems.org/gems/html2markdown

And now, I found http://markitdown.medusis.com/ is very useful and quick.

like image 1
alswl Avatar answered Nov 14 '22 03:11

alswl