Farnabaz
Farnabaz
The issue with Bun is fixed in [Edge Channel](https://content.nuxtjs.org/guide/migration/edge-channel) and will be released in [v2.8.3](https://github.com/nuxt/content/pull/2342).
I was able to run content starter with bun ``` npx nuxi init -t content ``` Do you mind creating a. reproduction repo and specify bun/content version which you are...
Hey @jfernandezpe Feel free to open a PR to resolve this 👍 Looking forward to seeing your improvements 🙂
I'm not sure about contributing to this package. Also we can add option to this plugin and generate a MDC flavoured AST but it would be like having two different...
I believe this is out of module's scope. This should be done in a separate remark plugin to implement the syntax. Without custom plugin for this syntax, the only way...
I agree that there is a bit of ambiguity and conflict between `redirect` and `navigation.redirect` - `redirect` uses when user navigates to the page - `navigation.redirect` uses to determine nav...
Everything should be good with latest module and Nuxt version
Do you still have issue in latest version? If so, could you provide a simple reproduction using nuxt.new/s/content
@marcbejar You can pass `locale` to `ContentList` ```vue ```
You can define a variable in front matter and use it in component props: ``` --- index --- ::question{:index="index"} How do I pay? #answer You pay like this. :: ```