---
import Markdown from 'astro/components/Markdown.astro';
import Yell from '../components/Yell.jsx';
const title = 'INTERPOLATED';
const quietTest = 'interpolated';
const content = await fetch('https://raw.githubusercontent.com/snowpackjs/snowpack/main/README.md').then(res => res.text());
---
# Hello world!
# Hello indent!
# Hello {title}!
# I cannot!
# ahhhh
{quietTest}
Dope
`nice`
```
plain fence
```
```html
don't me
bro
```
```js
Astro.fetchContent()
```
### cool stuff?
```astro
{'can\'t interpolate'}
{}
{title}
Do I break?
```
{content}
{content}
{content}