Make Content Editable Convert hardcoded Vue components found in a markdown file into slot-based, Nuxt Studio-editable MDC components. References Consult these files as you work through each step: | File | When to consult | |---|---| | | Slot naming conventions, props vs slots, mdc-unwrap, interactive components | | | Colon depth, indentation, slot ordering, parse errors | | | Why slots = editable regions, v-show rule | | | Nuxt component auto-discovery, props, default/named slots | | | UPageHero/UCard slot API, overrides, text-center quirk | | | Static lookup maps for color props | --- Goal P…