UNPKG

vue-renderer-markdown-monaco

Version:

A Vue 3 component that renders Markdown string content as HTML, supporting custom components and advanced markdown features.

3 lines 210 B
import { FootnoteNode, MarkdownToken } from '../../../types'; export declare function parseFootnote(tokens: MarkdownToken[], index: number): [FootnoteNode, number]; //# sourceMappingURL=footnote-parser.d.ts.map