1. const content = _.trim(txt.replace(/<[^>]+>/gim, ''));
    1. const stripHtml = html => (new DOMParser().parseFromString(html, 'text/html')).body.textContent || '';