Why this post exists
This post demonstrates markdown rendering with headings, lists, and code.
Quick checklist
- Nuxt Content is enabled
- English and Ukrainian collections are configured
- Routes stay localized with i18n
const message = 'Hello from English content'
console.log(message)