UNPKG

vue-markdown-shiki

Version:

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

3 lines (2 loc) 165 B
import { default as MarkdownIt } from 'markdown-it'; export declare const linkPlugin: (md: MarkdownIt, externalAttrs: Record<string, string>, base: string) => void;