UNPKG

@mdfriday/foundry

Version:

The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript.

7 lines (6 loc) 217 B
import MarkdownIt from 'markdown-it'; export interface LatexPluginOptions { enable?: boolean; } export declare function latexPlugin(md: MarkdownIt, options?: LatexPluginOptions): void; export default latexPlugin;