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)
16 lines • 1.2 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.squaredIcons = void 0;
exports.squaredIcons = [
{ symbol: "1", alias: "squared_one", name: "squared_digit_one", tags: ["color_squared_one"] },
{ symbol: "2", alias: "squared_two", name: "squared_digit_two", tags: ["color_squared_two"] },
{ symbol: "3", alias: "squared_three", name: "squared_digit_three", tags: ["color_squared_three"] },
{ symbol: "4", alias: "squared_four", name: "squared_digit_four", tags: ["color_squared_four"] },
{ symbol: "5", alias: "squared_five", name: "squared_digit_five", tags: ["color_squared_five"] },
{ symbol: "6", alias: "squared_six", name: "squared_digit_six", tags: ["color_squared_six"] },
{ symbol: "7", alias: "squared_seven", name: "squared_digit_seven", tags: ["color_squared_seven"] },
{ symbol: "8", alias: "squared_eight", name: "squared_digit_eight", tags: ["color_squared_eight"] },
{ symbol: "9", alias: "squared_nine", name: "squared_digit_nine", tags: ["color_squared_nine"] },
{ symbol: "0", alias: "squared_zero", name: "squared_digit_zero", tags: ["color_squared_zero"] },
];
//# sourceMappingURL=squared-icons.js.map