@nuxtjs/mdc
Version:
Nuxt MDC module
6 lines (5 loc) • 363 B
JavaScript
export { parseMarkdown, createMarkdownParser, createParseProcessor } from "./parser/index.js";
export { stringifyMarkdown, createMarkdownStringifier, createStringifyProcessor } from "./stringify/index.js";
export { rehypeHighlight } from "./highlighter/rehype.js";
export { createShikiHighlighter } from "./highlighter/shiki.js";
export * from "./utils/node.js";