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
Thanks for building astro-fuse but when I am having it installed, my development server crashes with the following message:
YAML Exception:
Unexpected character ! (U+0021) before name, expected a character that can start a name, such as a letter, $, or _ (note: to create a comment in MDX, use {/* text */})
It doesn't like my file add-a-window-property-with-typescript.md?astroContentCollectionEntry=true with the following content:
<!-- more -->
It also doesn't like other pragmas such as <!-- prettier-ignore-start --> and {% youtube bRW5r7TK6KM 'video' false %}.
How can these be ignored by the parser?
The text was updated successfully, but these errors were encountered:
Thanks for building astro-fuse but when I am having it installed, my development server crashes with the following message:
YAML Exception:
It doesn't like my file add-a-window-property-with-typescript.md?astroContentCollectionEntry=true with the following content:
<!-- more -->
It also doesn't like other pragmas such as
<!-- prettier-ignore-start -->
and{% youtube bRW5r7TK6KM 'video' false %}
.How can these be ignored by the parser?
The text was updated successfully, but these errors were encountered: