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

fix: allow > in style block #56

Merged
merged 2 commits into from
Dec 1, 2024
Merged

Conversation

KermanX
Copy link
Contributor

@KermanX KermanX commented Nov 30, 2024

close slidevjs/slidev#1888.

However, this is not a complete fix. If the custom block is something like:

<custom-block>
  <something />
</custom-block>

The regex still can't match the above code because there is a > inside the block content.

Copy link

stackblitz bot commented Nov 30, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@antfu antfu merged commit a2d47ce into unplugin:main Dec 1, 2024
8 checks passed
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

Successfully merging this pull request may close these issues.

Scoped style with > selector causes error
2 participants