Skip to content

bwl21/HTML2Markdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

This is just a small piece of ruby code that turns HTML into Markdown-compatible text.

It is based on Nokogiri, and supports certain features of HTML5 (such as the effect sections have on headings).

Example:

	HTML2Markdown.new('<h1>test</h1>').to_s

About

Convert HTML to Markdown in ruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published