-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
Markdown in HTML is not parsed anymore #812
Comments
This behaviour has changed since version |
Maybe this is due to the replacement of |
One possible workaround is to write the code like this: Hello `first`
<Alert>
Hello `second`
</Alert> But it will introduce a new |
More precisely it is since the upgrade of |
Related to unplugin/unplugin-vue-markdown#14 |
Not related to slidev, so we can close. |
Describe the bug
The text inside HTMl markup is not parsed as HTML anymore:
(in fact it was working with markdown wrapped in Vue components, but does not work anymore)
To Reproduce
Create a slide containing the following code (
Alert
being a custom Vue Component with a slot):the
second
word will not be rendered as a code blockDesktop (please complete the following information):
The text was updated successfully, but these errors were encountered: