UNPKG

markdown-it-mathjax3

Version:

Fast math support for markdown-it with MathJax

10 lines (9 loc) 254 B
import MarkdownIt from "markdown-it"; //#region src/index.d.ts type PluginSimple = MarkdownIt.PluginSimple; type MathjaxPlugin = PluginSimple & { default: PluginSimple; }; declare const plugin: MathjaxPlugin; //#endregion export { plugin as default };