This RFC adds two new components to astro, Raw, and Escaped. Both are frontends for existing or to be implemented features
<Raw><>>>><<<SdsdasSd <$%> {let i = 5;}</Raw>
gets compiled to
<>>>><<<SdsdasSd <$%> {let i = 5;}
<Escaped><h1>Yo!</h1></Escaped>
gets compiled to
<h1>Yo!</h1>
This makes two astro features more easily accessible.
astro-data-rawJust don’t do it.
Is Escaped possible using frontmatter?
Incredibly high quality RFC I know.
Expanding this section will automatically generate an AI synthesis of the contributions in this node.
Rendering context...