UNPKG

ts-markdown-parser

Version:

TypeScript library that converts markdown to HTML (with code support).

121 lines 1.59 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.reservedKeywords = void 0; exports.reservedKeywords = [ "header", "footer", "address", "html", "head", "title", "base", "href", "class", "link", "meta", "style", "script", "noscript", "body", "section", "nav", "article", "aside", "main", "pre", "blockquote", "figure", "figcaption", "div", "em", "strong", "small", "cite", "dfn", "abbr", "data", "time", "code", "var", "samp", "kbd", "sub", "sup", "mark", "ruby", "rt", "rp", "bdi", "bdo", "span", "br", "wbr", "ins", "del", "img", "iframe", "embed", "object", "param", "video", "audio", "source", "track", "canvas", "map", "area", "svg", "math", "table", "caption", "colgroup", "col", "tbody", "thead", "tfoot", "tr", "td", "th", "form", "fieldset", "legend", "label", "input", "button", "select", "datalist", "optgroup", "option", "textarea", "keygen", "output", "progress", "meter", "details", "summary", "menu", "menuitem", "dialog", "hr", "ol", "ul", "li", "dl", "dt", "dd", "h1", "h2", "h3", "h4", "h5", "h6", "a", "p", "q", "s", "id", "i", "b", "u", ]; //# sourceMappingURL=keywords.js.map