We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Creating a slide with a style element using the > selector (e.g. p > a) causes an error.
>
p > a
Minimal reproduction
Steps to reproduce the behavior:
<style> p > a {} </style>
[plugin:vite:vue] Tags with side effect (<script> and <style>) are ignored in client component templates.
Environment
The text was updated successfully, but these errors were encountered:
Looks like an upstream bug... The transformation logic in Slidev is correct in test. However, I can't find a related issue/commit in https://github.com/unplugin/unplugin-vue-markdown or https://github.com/mdit-vue/mdit-vue
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Creating a slide with a style element using the
>
selector (e.g.p > a
) causes an error.Minimal reproduction
Steps to reproduce the behavior:
The error
Environment
The text was updated successfully, but these errors were encountered: