markdown-it-synapse-math
Version:
Markdown-it plugin to include math in your document
26 lines (25 loc) • 542 B
JSON
{
"name": "markdown-it-math",
"main": "dist/markdown-it-math.js",
"version": "3.0.2",
"authors": [
"Rúnar Berg Baugsson Sigríðarson <runarberg@zoho.com>"
],
"description": "Markdown-it plugin to include math in your document",
"keywords": [
"markdown-it",
"markdown-it-plugin",
"markdown",
"MathML",
"AsciiMath"
],
"license": "MIT",
"homepage": "https://github.com/runarberg/markdown-it-math",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}