unplugin / unplugin-vue-markdown

Compile Markdown to Vue component
MIT License
508 stars 27 forks source link

Any Render fails when upgrade from 0.25.2 to 0.26.0 #41

Closed vazir closed 6 months ago

vazir commented 6 months ago

Describe the bug

Any Render fails when upgrading from 0.25.2 to 0.26.0

11:07:24 PM [vite] Internal server error: Element is missing end tag. Plugin: vite:vue File: src/markdown/index.md

Some markdown <RouterLink :to ... at createCompilerError ([....]/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:1329:17)

Reproduction

Just change 0.25.2 to 0.26.0 and npm install

System Info

quasar
 » Dev mode............... spa
 » Pkg quasar............. v2.14.6
 » Pkg @quasar/app-vite... v1.7.3

Used Package Manager

npm

Validations

antfu commented 6 months ago

We temporarily closed this due to the lack of enough information. We could not identify whether it was a bug or a userland misconfiguration with the given info. Please provide a minimal reproduction to reopen the issue. Thanks.

Why reproduction is required

vazir commented 6 months ago

Hi @antfu , sorry, yes - here is the repo I quickly made to reproduce the behavior. By default it contains 0.26.0 which does not work. If you change version to 0.25.2 in package.json and do 'npm install' - it works fine.

https://github.com/vazir/quasar-md-test-unplugin

creating a new issue with this... not seeing a way to "reopen" this issue.