UNPKG

markdown-it-mathjax3

Version:

Fast math support for markdown-it with MathJax

45 lines (44 loc) 968 B
{ "name": "markdown-it-mathjax3", "version": "4.3.2", "description": "Fast math support for markdown-it with MathJax", "main": "index.js", "repository": { "type": "git", "url": "git+ssh://git@github.com:nzt/markdown-it-mathjax3.git" }, "keywords": [ "markdown", "MathJax", "math", "LaTeX", "markdown-it-plugin", "markdown-it" ], "author": "TANIGUCHI Masaya", "license": "MIT", "dependencies": { "juice": "^8.0.0", "mathjax-full": "^3.2.0" }, "devDependencies": { "@types/markdown-it": "^12.2.1", "markdown-it": "^12.3.2", "prettier": "^2.3.2", "typescript": "^4.4.2" }, "scripts": { "prepublish": "npm run build", "build": "npm run build:code && npm run build:type", "build:code": "tsc", "build:type": "tsc -d", "format": "prettier --write *.ts *.json" }, "files": [ "LICENSE", "README.md", "index.js", "index.d.ts", "package.json" ] }