UNPKG

rehype-mathjax

Version:

rehype plugin to transform inline and block math with MathJax

73 lines (72 loc) 1.68 kB
{ "author": "Taniguchi Masaya <mew@cat.ovh> (https://tani.cc)", "bugs": "https://github.com/remarkjs/remark-math/issues", "contributors": [ "Taniguchi Masaya <mew@cat.ovh> (https://tani.cc)", "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)" ], "dependencies": { "@types/hast": "^3.0.0", "@types/mathjax": "^0.0.40", "hast-util-to-text": "^4.0.0", "hastscript": "^9.0.0", "mathjax-full": "^3.0.0", "unified": "^11.0.0", "unist-util-visit-parents": "^6.0.0", "vfile": "^6.0.0" }, "description": "rehype plugin to transform inline and block math with MathJax", "exports": { "./browser": "./browser.js", "./chtml": "./chtml.js", "./svg": "./svg.js", ".": "./svg.js" }, "files": [ "browser.d.ts.map", "browser.d.ts", "browser.js", "chtml.d.ts.map", "chtml.d.ts", "chtml.js", "svg.d.ts.map", "svg.d.ts", "svg.js", "lib/" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" }, "keywords": [ "hast", "html", "latex", "markdown", "math", "mathjax", "mdast", "plugin", "rehype", "rehype-plugin", "remark", "tex", "unified" ], "license": "MIT", "name": "rehype-mathjax", "repository": "https://github.com/remarkjs/remark-math/tree/main/packages/rehype-mathjax", "scripts": { "test-api": "node --conditions development test/index.js", "test": "npm run build && npm run test-api" }, "sideEffects": false, "type": "module", "version": "7.1.0", "xo": { "prettier": true, "rules": { "unicorn/prefer-at": "off" } } }