function removeHTMLComment()

in src/util.js [11:13]


function removeHTMLComment (body) {
    return body.replace(/<!--[\w\W\s]*?-->/gmi, '');
}