parseHTML
deprecatedIn order to promote consistency with the jQuery library, users are encouraged to instead use the static method of the same name as it is defined on the "loaded" Cheerio factory function.
@deprecated
See {@link static/parseHTML}.
@example
const $ = cheerio.load('');
$.parseHTML('<b>markup</b>');
const parseHTML: staticMethods.parseHTML;