Skip to content

libkazz/html2markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Html2Markdown

An HTML-to-markdown conversion helper for Ruby This is rewrite in ruby from PHP library (https://github.com/thephpleague/html-to-markdown).

Installation

Add this line to your application's Gemfile:

gem 'html2markdown'

And then execute:

$ bundle

Or install it yourself as:

$ gem install html2markdown

Usage

html = open(url).read
Html2Markdown.convert(html)

About

An HTML-to-markdown conversion helper for Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published