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
Hi,
My HTML code contains an incorrect br tag that is used with children <br>some content</br> (br was conflated with p). It is automatically turned into a self-closed <br /> when I save my .astro file, great, but this also removes the content which is lost.
Steps to Reproduce
npm init astro
Create a page containing <br>some content</br>
Save file in VS code, using Astro plugin
The br tag will become self-closed but "some content" will be lost
The text was updated successfully, but these errors were encountered:
Describe the Bug
Hi,
My HTML code contains an incorrect br tag that is used with children
<br>some content</br>
(br
was conflated withp
). It is automatically turned into a self-closed<br />
when I save my .astro file, great, but this also removes the content which is lost.Steps to Reproduce
npm init astro
<br>some content</br>
br
tag will become self-closed but "some content" will be lostThe text was updated successfully, but these errors were encountered: