<script setup>
const md = ref(`# Nuxt module playground!
Welcome to the example of <a href="https://github.com/sandros94/nuxt-markdown-render" target="_blank">nuxt-markdown-render</a>.
This should render
<TestComponent/>
This should not
\`\`\`vue
<TestComponent/>
\`\`\`
`)
</script>