--- title: Some Markdown Page layout: ../layouts/main.astro --- # Code ```js var foo = 'bar'; function doSomething() { return foo; } ``` # Paragraph text here.