UNPKG

vue-markdown-unified

Version:

Vue3 VNode to render markdown

3 lines (2 loc) 153 B
import { VueMarkdownOptions } from "./types"; export declare function markdownContent(content: string, options: VueMarkdownOptions): string | undefined;