-
Notifications
You must be signed in to change notification settings - Fork 66
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
Astro misparses table HTML #870
Comments
Looks like it's parsing the |
Interestingly, closing the table twice ( |
NOTE: withastro/astro#8765 reported a similar issue where the |
Re-opening since it was reverted in #889. Going to continue finding a fix |
From your comment in the other issue, I'll assume it's okay if I take this one too @bluwy |
Astro Info
Describe the Bug
The Astro template
is misparsed and emits the HTML:
which is clearly invalid and not intended.
Browsers parse this as "Chats" appearing above the table containing "foo", instead of below.
What's the expected result?
Output HTML corresponds to the input HTML.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-ewybuh?file=src%2Fpages%2Findex.astro
The text was updated successfully, but these errors were encountered: