UNPKG

myst-parser

Version:
12 lines 759 B
import type MarkdownIt from 'markdown-it'; export { default as frontMatterPlugin } from 'markdown-it-front-matter'; export { default as footnotePlugin } from 'markdown-it-footnote'; export { default as tasklistPlugin } from 'markdown-it-task-lists'; export { default as deflistPlugin } from 'markdown-it-deflist'; export { mystPlugin, citationsPlugin } from 'markdown-it-myst'; export { mystBlockPlugin, colonFencePlugin } from 'markdown-it-myst-extras'; export type { MathExtensionOptions } from './math.js'; export { plugin as mathPlugin } from './math.js'; /** Markdown-it plugin to convert the front-matter token to a renderable token, for previews */ export declare function convertFrontMatter(md: MarkdownIt): void; //# sourceMappingURL=plugins.d.ts.map