SYNOPSIS Counts words in HTML body. USAGE var wordCount = require('html-word-count'); wordCount('<p>Hello <b>world!</b></p>'); // 2 ##LICENSE MIT