blob: f670389a84e556a8dd498da4a49089e053432f8d [file] [log] [blame]
import 'dart:convert';
String escapeHtml(String html) =>
const HtmlEscape(HtmlEscapeMode.ELEMENT).convert(html);