--- import { Markdown } from 'astro/components'; import Layout from '../layouts/main.astro'; const title = `External Markdown`; const content = `Markdown *content* to render`; ---

Some other stuff

Lastly...