xijo/reverse_markdown

Command-line HTML to Markdown now available!

Closed this issue · 4 comments

I've added markdown support to my html_massage gem, of course using reverse_markdown.

So you can do:

gem install html_massage
html_massage markdown http://en.wikipedia.org/wiki/Hylos

And you will get back the markdown version of the given URL. It works pretty well, better on some sites than others. The results of the command above, for example, are here: https://gist.github.com/31baaa60d7354a72dab1

Just thought people in this project would want to know!

I'm also happy to add this info to this project's README (or wiki) -- what do you think @xijo?

Thank you for the gem. Very convinient

xijo commented

Hey Harlan, nice and very helpful, I'll open up a wiki and write an entry about it!

Greets,
Joe

xijo commented

@harlantwood #3549bde adds a note to mention html_massage. Thanks sharing!

Thanks Joe :)