vite-plugin-react-markdown
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -0,4 +1,4 @@ | ||
import { Plugin } from 'vite'; | ||
import MarkdownIt from 'markdown-it'; | ||
import { FilterPattern } from '@rollup/pluginutils'; | ||
import { Plugin } from 'vite'; | ||
@@ -8,2 +8,3 @@ interface Options { | ||
markdownItSetup?: (MarkdownIt: MarkdownIt) => void; | ||
wrapperClasses?: string; | ||
include?: FilterPattern; | ||
@@ -10,0 +11,0 @@ exclude?: FilterPattern; |
{ | ||
"name": "vite-plugin-react-markdown", | ||
"type": "module", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"packageManager": "pnpm@7.9.0", | ||
@@ -6,0 +6,0 @@ "description": "", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
9567
197