N
Nuxtβ€’2mo ago
abd

nuxt/content doesnt allow mixing vue components with markdown?

I am starting to build out a blog using nuxt/content and running into an issue where if I add an in-line vue component then other markdown in the file will not render no vue component the markdown renders
---
title: "Home"
description: "Home page of the blog"
---


# this is a header


this is content
---
title: "Home"
description: "Home page of the blog"
---


# this is a header


this is content
in-line vue component, only the component renders and not the rest of the markdown content
---
title: "Home"
description: "Home page of the blog"
---

::BlogHeader

# this is a header


this is content
---
title: "Home"
description: "Home page of the blog"
---

::BlogHeader

# this is a header


this is content
No description
No description
2 Replies
dwol
dwolβ€’2mo ago
Inline component only uses 1 β€˜:’. Re read the docs
abd
abdβ€’2mo ago
@dwol πŸ€¦β€β™‚οΈ thank you so much!
Want results from more Discord servers?
Add your server