Skip to content

tcr/unmarked

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

unmarked

Parse HTML into Markdown.

(work in progress)

npm install unmarked

then

require('unmarked').parse('<h1>Title</h1><p>Paragraph</p>'); // "# Title\n\nParagraph"

license

MIT, feel free to fork/contribute

About

An HTML to Markdown parser in Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published