@wiris/mathtype-html-integration-devkit
Version:
Allows to integrate MathType Web into any JavaScript HTML WYSIWYG rich text editor.
27 lines (25 loc) • 609 B
JSON
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": ["src"],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": ["../../../node_modules/jsdoc-export-default-interop/dist/index", "plugins/markdown"],
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"outputSourceFiles": true
}
},
"opts": {
"recurse": true,
"tutorials": "doc/src/",
"template": "doc/templates/mathtype-integration-jsdoc-theme",
"changelog": "doc/changelog.md",
"readme": "doc/src/readme.md"
}
}