ALLOWED_HTML_TAGS: readonly [
    "header",
    "main",
    "section",
    "article",
    "aside",
    "nav",
    "footer",
    "div",
    "address",
    "h1",
    "h2",
    "h3",
    "h4",
    "h5",
    "h6",
    "hr",
    "br",
    "p",
    "blockquote",
    "summary",
    "details",
    "span",
    "code",
    "pre",
    "a",
    "label",
    "abbr",
    "cite",
    "mark",
    "q",
    "ruby",
    "rp",
    "rt",
    "small",
    "time",
    "var",
    "kbd",
    "samp",
    "dfn",
    "sub",
    "sup",
    "strong",
    "em",
    "b",
    "i",
    "u",
    "s",
    "del",
    "ins",
    "ol",
    "ul",
    "li",
    "dl",
    "dd",
    "dt",
    "menu",
    "table",
    "thead",
    "tbody",
    "tfoot",
    "tr",
    "th",
    "td",
    "col",
    "colgroup",
    "form",
    "input",
    "select",
    "option",
    "button",
    "datalist",
    "fieldset",
    "legend",
    "meter",
    "optgroup",
    "progress",
    "textarea",
    "output",
    "figure",
    "figcaption",
    "caption",
    "img",
    "video",
    "map",
    "area",
    "track",
    "picture",
    "source",
    "audio",
    "iframe",
    "color-picker",
    "code-mirror",
    "document-embed",
    "document-tags",
    "enriched-content",
    "file-picker",
    "hue-slider",
    "multi-select",
    "multi-checkbox",
    "range-picker",
    "secret-block",
    "string-tags",
    "prose-mirror",
] = ...

The list of allowed HTML tags.