-
Notifications
You must be signed in to change notification settings - Fork 99
🐛 BUG: Nesting inside <p> tags #432
Copy link
Copy link
Open
Labels
help wantedPlease help with this issue!Please help with this issue!
Description
What version of @astrojs/compiler are you using?
1.0.0-beta.47
What package manager are you using?
pnpm
What operating system are you using?
Fedora Linux
Describe the Bug
Currently compiler doesn't allow nesting <table> and <p> elements inside other <p> elements as per HTML standard. But instead of showing a warning or error it just renders unexpected html:
<p>
<table />
</p>gets rendered as:
<p></p>
<table />
<p></p>Link to Minimal Reproducible Example
N / A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedPlease help with this issue!Please help with this issue!