UNPKG

markdown-it-mathjax3

Version:

Fast math support for markdown-it with MathJax

8 lines (7 loc) 207 B
import type MarkdownIt from "markdown-it"; declare function plugin(md: MarkdownIt, options: any): void; declare namespace plugin { var _a: typeof plugin; export { _a as default }; } export = plugin;