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

Open
branaway opened this issue Dec 28, 2024 · 0 comments
Open

immediate markdown string not parsed inside a tag #1990

branaway opened this issue Dec 28, 2024 · 0 comments

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant