String filterHtml(String html, {List<String>? unwantedSelectors}) { return formatHtml(filterHtmlOnly(html, unwantedSelectors: unwantedSelectors)); }