UNPKG

vue-markdown-shiki

Version:

A Vue 3 component library that provides integration with Shiki and Markdown-it.

3 lines (2 loc) 140 B
export declare function validateAndModifyMarkdown(markdownString: string): string; export declare function escapeHTML(str: string): string;