snippet.d.ts 114 B

12
  1. import MarkdownIt from 'markdown-it';
  2. export declare const snippetPlugin: (md: MarkdownIt, root: string) => void;