You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to make a table were two rows are included conditionally.
Weirdly, if I only have 1 that is conditionally added, it works.
When it's 2, it doesn't work.
It shows 500: Internal Error – Error: Uh oh, the Astro compiler encountered an unrecoverable error! Please open a GitHub issue using the link below. which is why I am here now 😬
PR opened! The reason for the error being present within <table> is because in the HTML spec there are somewhat-special rules for parsing markdown within that. And there was a minor bug with expressions within <table> context only.
PR opened! The reason for the error being present within <table> is because in the HTML spec there are somewhat-special rules for parsing markdown within that. And there was a minor bug with expressions within <table> context only.
What version of
astro
are you using?0.21.6
What package manager are you using?
npm
What operating system are you using?
Mac (Catalina 10.15.7)
Describe the Bug
Description
I wanted to make a table were two rows are included conditionally.
Weirdly, if I only have 1 that is conditionally added, it works.
When it's 2, it doesn't work.
It shows
500: Internal Error – Error: Uh oh, the Astro compiler encountered an unrecoverable error! Please open a GitHub issue using the link below.
which is why I am here now 😬❌ Doesn't work:
✅ Works (second conditional removed)
✅ Works also (first conditional removed)
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-ykj1cj?file=src/pages/index.astro
The text was updated successfully, but these errors were encountered: