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
Parse HTML into Markdown.
(work in progress)
npm install unmarked
then
require('unmarked').parse('<h1>Title</h1><p>Paragraph</p>'); // "# Title\n\nParagraph"
MIT, feel free to fork/contribute
npm i unmarked
1
0.0.12
BSD