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
GitHub is supporting astro codeblocks but the extension shows it as plain text
For example,
---importHeaderfrom'./Header.astro';importLogofrom'./Logo.astro';importFooterfrom'./Footer.astro';const { title } =Astro.props---
<divid="content-wrapper">
<Header />
<Logo />
<h1>{title}</h1>
<slot /> <!-- children will go here -->
<Footer />
</div>
The text was updated successfully, but these errors were encountered:
GitHub is supporting
astro
codeblocks but the extension shows it as plain textFor example,
The text was updated successfully, but these errors were encountered: