Nested components
The MDC syntax allow you to nest components within a parent slot using indentation and the :: syntax.
The components/AppNested.vue
component uses the <ContentSlot>
component as markdown-rendering slot.
Read more in Guide > Writing > Mdc #nesting.