--- import { processSteps } from './rehype-steps'; const content = await Astro.slots.render('default'); const { html } = processSteps(content); ---