--- import MarkdownCode from '@/components/typography/MarkdownCode.astro'; interface Props { value: string; } const { value } = Astro.props; --- {value}