nuxt / content

The file-based CMS for your Nuxt application, powered by Markdown and Vue components.
https://content.nuxt.com
MIT License
3.08k stars 624 forks source link

When custom ProsePre and ProseCode components, ProseCode do not work #2493

Closed codedotking closed 8 months ago

codedotking commented 8 months ago

Environment

Reproduction

https://stackblitz.com/edit/github-81yu6z?file=README.md

Describe the bug

When I use the ProseCode and ProsePre components together, the ProseCode component does not work, but when I use the ProseCode component alone, it can work

Additional context

No response

Logs

No response

charlie0228 commented 8 months ago

If you want to using inline code like code, using ProseCodeInline.vue If you want to using code block line ``, usingProsePre.vue`

I also found this issue and release a PR