Convert HTML-formatted text to plaintext
npm install html2plaintexthtml2plaintext
==============
Convert html-formatted text to plaintext
- strip tags
- reformat ordered/unordered lists
- treat whitespace like a browser
- decode html entities
``js
var h2p = require('html2plaintext')
h2p('
Hello,\n & how are you?
')$3
`sh
npm install html2plaintext
`$3
`sh
npm install
npm test
``