Farnabaz
Farnabaz
I'm confused about the issue, for me it's more like filtering than ordering. Content v3 uses Sqlite for filtering and Sqlite deals with `null` values a bit differently than v2....
Sorry to hear about the migration challenges, Nuxt Content used to do a lot of hidden logic to provide it's behavior. We designed v3 in a way that reduces hidden...
> hate to necro a closed issue, but can you please check https://github.com/nuxt/content/issues/2148? I am unable to set up global MDC components for nuxt/content – attached is a minimal reproduction....
@chrisjansky Found the issue, You can check with the following PR release to see it in action. ``` npm i https://pkg.pr.new/@nuxt/content@3127 ``` Ping me if works as expected for you.
Thank you for creating an issue, However having a default language seems not a standard solution. Markdown renderers treat missing languages as text language. However, you can use [`content:file:beforeParse`](https://content.nuxt.com/recipes/hooks#contentfilebeforeparse) to...
Fixed in `remark-mdc` package and soon will be available on the edge channel
Thanks for creating issue. Just dropped small PR which should fix the issue. I appreciate if you check and confirm fix and behavior.
@acidjazz Have you got time to test it? You can test using pr release ```bash npm i https://pkg.pr.new/@nuxt/content@3399 ```
@acidjazz I'm planning to include this in next release, can you confirm the fix?
As you brought it up, `useNuxtImage` runtime config in removed due to some issues. A proper solution to ignore using `` for markdown images, is to create `~/components/content/ProseImg.vue` and use...