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

Distinguish native elements from case differences in tag names #1451

Closed
YusukeHirao opened this issue Feb 10, 2024 · 0 comments · Fixed by #1452
Closed

Distinguish native elements from case differences in tag names #1451

YusukeHirao opened this issue Feb 10, 2024 · 0 comments · Fixed by #1452
Labels

Comments

@YusukeHirao
Copy link
Member

  • Markuplint version: 4.0.3
  • Parser lang: Astro
  • Node.js version: 20
  • OS: macOS or Windows

Describe the bug

Code Example

<div>
  <CustomElement />
</div>

The current behavior

permitted-content rule error

The expected behavior

No error

YusukeHirao added a commit that referenced this issue Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant