UNPKG

vue-renderer-markdown

Version:

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

3 lines 212 B
import { FootnoteReferenceNode, MarkdownToken } from '../../../types'; export declare function parseFootnoteRefToken(token: MarkdownToken): FootnoteReferenceNode; //# sourceMappingURL=footnote-ref-parser.d.ts.map