UNPKG

vue-markdown-shiki

Version:

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

3 lines (2 loc) 113 B
import { default as MarkdownIt } from 'markdown-it'; export declare const imagePlugin: (md: MarkdownIt) => void;