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
You can see how this is totally messed up. When it's passed to the Heading component, the text prop is mangled. Unfortunately, straight quotes are pretty common in headers.
Similar problems crop up with formatting in the headers.
"astro-remote": "^0.3.3",
The text was updated successfully, but these errors were encountered:
Hi, I just noticed that all headers containing quotation marks or markdown break the html on the page.
I removed the heading component and noticed that the text is stored in an attribute like:
### Highlights of Violetta’s Interview
<heading as="h3" text="Highlights of Violetta’s Interview">Highlights of Violetta’s Interview</heading>
Adding some quotes around "of", for example, renders:
### Highlights "of" Violetta’s Interview
<heading as="h3" text="Highlights " of"="" violetta="’s" interview="" "="">Highlights “of” Violetta’s Interview</heading>
You can see how this is totally messed up. When it's passed to the Heading component, the text prop is mangled. Unfortunately, straight quotes are pretty common in headers.
Similar problems crop up with formatting in the headers.
"astro-remote": "^0.3.3",
The text was updated successfully, but these errors were encountered: