Have purchase Nuxt UI pro, want to create some markdown files like content/test.md
---title: Introduction---Start of text## a test title<!--more-->More text...component added ::card{title="Components" icon="i-heroicons-cube-transparent" color="red"}Discover all the components available in **Nuxt UI Pro**.::
---title: Introduction---Start of text## a test title<!--more-->More text...component added ::card{title="Components" icon="i-heroicons-cube-transparent" color="red"}Discover all the components available in **Nuxt UI Pro**.::
and have a [...slug].vue file catch and style these:-