UNPKG

vue-markdown-shiki

Version:

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

7 lines (5 loc) 205 B
export * from './processors/index' export * from './utils/index' export * from './types' export { defineProcessor, process, postProcess } from './processor' export { getHighlighter } from './highlighter'