Skip to content

Instantly share code, notes, and snippets.

@topher6345
Created July 12, 2014 00:59
Show Gist options
  • Save topher6345/79f645cfe5f5f7447517 to your computer and use it in GitHub Desktop.
Save topher6345/79f645cfe5f5f7447517 to your computer and use it in GitHub Desktop.
HTML to Markdown converter using ruby
#!/usr/bin/env ruby
require 'html2markdown'; puts HTMLPage.new(:contents => ARGF.read).markdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment