UNPKG

mathpix-markdown-it

Version:

Mathpix-markdown-it is an open source implementation of the mathpix-markdown spec written in Typescript. It relies on the following open source libraries: MathJax v3 (to render math with SVGs), markdown-it (for standard Markdown parsing)

5 lines 2.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.codeStyles = void 0; exports.codeStyles = "\n #preview-content code, #setText code {\n font-family: Inconsolata;\n font-size: inherit;\n display: initial;\n background: #f8f8fa;\n }\n #preview-content .mmd-highlight code, #setText .mmd-highlight code, \n #preview-content pre.mmd-highlight code, #setText pre.mmd-highlight code {\n background-color: transparent;\n }\n #preview-content pre code, #setText pre code {\n font-family: 'DM Mono', Inconsolata, monospace;\n color: #333;\n font-size: 15px;\n }\n\n .hljs-comment,\n .hljs-quote {\n color: #998;\n font-style: italic;\n }\n\n .hljs-command {\n color: #005cc5;\n }\n\n .hljs-keyword,\n .hljs-selector-tag,\n .hljs-subst {\n color: #d73a49;\n font-weight: bold;\n }\n\n .hljs-number,\n .hljs-literal,\n .hljs-variable,\n .hljs-template-variable,\n .hljs-tag .hljs-attr {\n color: #005cc5;\n }\n\n .hljs-string,\n .hljs-doctag {\n color: #24292e;\n }\n\n .hljs-title,\n .hljs-section,\n .hljs-selector-id {\n color: #6f42c1;\n font-weight: bold;\n }\n\n .hljs-subst {\n font-weight: normal;\n }\n\n .hljs-type,\n .hljs-class .hljs-title {\n color: #458;\n font-weight: bold;\n }\n\n .hljs-tag,\n .hljs-name,\n .hljs-attribute {\n color: #000080;\n font-weight: normal;\n }\n\n .hljs-regexp,\n .hljs-link {\n color: #009926;\n }\n\n .hljs-symbol,\n .hljs-bullet {\n color: #990073;\n }\n\n .hljs-built_in,\n .hljs-builtin-name {\n color: #24292e;\n }\n\n .hljs-meta {\n color: #999;\n font-weight: bold;\n }\n\n .hljs-meta-keyword {\n color: #d73a49;\n }\n\n .hljs-meta-string {\n color: #032f62;\n }\n\n .hljs-deletion {\n background: #fdd;\n }\n\n .hljs-addition {\n background: #dfd;\n }\n\n .hljs-emphasis {\n font-style: italic;\n }\n\n .hljs-strong {\n font-weight: bold;\n }\n"; //# sourceMappingURL=styles-code.js.map