Skip to content
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

immediate markdown string not parsed inside a tag #1990

Closed
branaway opened this issue Dec 28, 2024 · 1 comment
Closed

immediate markdown string not parsed inside a tag #1990

branaway opened this issue Dec 28, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@branaway
Copy link

branaway commented Dec 28, 2024

Describe the bug

markdown strings following a tag without a blank line do not get parsed

Minimal reproduction

Steps to reproduce the behavior:

Having this in a slide:

<div v-click>
This *shows* up when you click the slide:
</div>

The ** did not get parsed as markdown, while leaving a blank line before the markdown text works:

<div v-click>

This *shows* up when you click the slide:
</div>

This seems to be a general problem for all markdowns inside tags, not just div.

Environment

  • Slidev version: 0.50
  • Browser: chrome, safari
  • OS: macOS
@kermanx
Copy link
Member

kermanx commented Jan 28, 2025

This is caused by unplugin/unplugin-vue-markdown#14. Duplicate of #812

@kermanx kermanx closed this as completed Jan 28, 2025
@kermanx kermanx added duplicate This issue or pull request already exists upstream labels Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants