UNPKG

ts-markdown-parser

Version:

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

115 lines 2.46 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.reservedKeywords = void 0; exports.reservedKeywords = [ "border", "border-color", "border-style", "border-width", "border-bottom", "border-bottom-color", "border-bottom-style", "border-bottom-width", "border-left", "border-left-color", "border-left-style", "border-left-width", "border-right", "border-right-color", "border-right-style", "border-right-width", "border-top", "border-top-color", "border-top-style", "border-top-width", "border-collapse", "border-image", "border-image-outset", "border-image-repeat", "border-image-slice", "border-image-source", "border-image-width", "border-radius", "border-bottom-left-radius", "border-bottom-right-radius", "border-top-left-radius", "border-top-right-radius", "border-spacing", "bottom", "box-decoration-break", "box-shadow", "box-sizing", "box-snap", "break-after", "break-before", "break-inside", "buffered-rendering", "grid-auto-flow", "grid-auto-columns", "grid-auto-rows", "grid-template", "grid-template-areas", "grid-template-columns", "grid-template-rows", "grid-area", "grid-column", "grid-column-start", "grid-column-end", "grid-row", "grid-row-start", "grid-row-end", "background", "background-color", "display", "flex", "flex-grow", "flex-wrap", "flex-basis", "fill-opacity", "object-fit", "position", "margin", "padding", "font", "font-family", "font-size", "font-stretch", "font-style", "font-weight", "font-feature-settings", "font-kerning", "font-language-override", "font-size-adjust", "font-synthesis", "font-variant", "font-variant-alternates", "font-variant-caps", "font-variant-east-asian", "font-variant-ligatures", "font-variant-numeric", "font-variant-position", "footnote-policy", "width", "height", "min-width", "min-height", "max-width", "max-height", "right", "z-index", "overflow", "transition", "transform", "opacity", "visibility", "overflow-y", "overflow-x", "overflow", "top", "bottom", "left", "fill", "color", "grid", ]; //# sourceMappingURL=keywords.js.map