unplugin-vue-markdown
Advanced tools
Comparing version
import { | ||
unpluginFactory | ||
} from "./chunk-6X4JOU76.js"; | ||
} from "./chunk-GIGIIUWE.js"; | ||
@@ -5,0 +5,0 @@ // src/esbuild.ts |
import { | ||
src_default, | ||
unpluginFactory | ||
} from "./chunk-6X4JOU76.js"; | ||
} from "./chunk-GIGIIUWE.js"; | ||
export { | ||
@@ -6,0 +6,0 @@ src_default as default, |
import { | ||
unpluginFactory | ||
} from "./chunk-6X4JOU76.js"; | ||
} from "./chunk-GIGIIUWE.js"; | ||
@@ -5,0 +5,0 @@ // src/rollup.ts |
import { | ||
unpluginFactory | ||
} from "./chunk-6X4JOU76.js"; | ||
} from "./chunk-GIGIIUWE.js"; | ||
@@ -5,0 +5,0 @@ // src/rspack.ts |
import { | ||
unpluginFactory | ||
} from "./chunk-6X4JOU76.js"; | ||
} from "./chunk-GIGIIUWE.js"; | ||
@@ -5,0 +5,0 @@ // src/vite.ts |
import { | ||
unpluginFactory | ||
} from "./chunk-6X4JOU76.js"; | ||
} from "./chunk-GIGIIUWE.js"; | ||
@@ -5,0 +5,0 @@ // src/webpack.ts |
{ | ||
"name": "unplugin-vue-markdown", | ||
"type": "module", | ||
"version": "0.27.0", | ||
"version": "0.27.1", | ||
"packageManager": "pnpm@9.14.4", | ||
@@ -102,3 +102,3 @@ "description": "Compile Markdown to Vue component", | ||
"fast-glob": "^3.3.2", | ||
"rollup": "^4.27.4", | ||
"rollup": "^4.28.0", | ||
"tsup": "^8.3.5", | ||
@@ -105,0 +105,0 @@ "typescript": "^5.7.2", |
@@ -55,3 +55,3 @@ import type { TransformResult } from 'vite' | ||
for (const tag of options.customSfcBlocks) { | ||
html = html.replace(new RegExp(`<${tag}[^>]*\\b[^>]*>[^<>]*<\\/${tag}>`, 'gm'), (code) => { | ||
html = html.replace(new RegExp(`<${tag}[^>]*\\b[^>]*>[^<]*<\\/${tag}>`, 'gm'), (code) => { | ||
blocks.push(code) | ||
@@ -58,0 +58,0 @@ return '' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
97687
0