Farnabaz
Farnabaz
I see, This happens because the modified tree is invalid. If you want to change a text into a code, you can do this: ```ts if (file.body.children[2]?.children[2]) { const link_node...
The structure of MDC tree is very similar to HAST structure, except that MDC use `tag` instead of `tagName` and `props` instead of `properties`. Checkout Hast docs here: https://github.com/syntax-tree/hast
> Edit: the same issue happens if I hit "Play in Stackblitz" on the nuxt content Getting Started page. Tested on 2 different Macs and Windows surface laptop: https://content.nuxt.com/get-started/installation I'm...
Thanks for the nice explanation @pi0 > Heads up for the content module (is new dedicated storage mountpoint released?) It is released on the edge channel yes :)
`remark-math` uses `remark^11` which is not supported by Content module yet. There is a breaking change between remark^10 and remark^11. The upgrade is planned for the next version of `@nuxtjs/mdc`.
Can't we use `await queryContent('articles').find().then(res => res.map(c => articleSchema.parse(c)))` to parse contents with schema? In current version I'd rather not to add this feature and one of core features. This...
Hey, thanks for the PR. As I see in your PR, all files are english and I can't see any Portuguese translation in contents. So I will close this PR....
@leopoldkristjansson By default Content module does not add background or border to code blocks. What are you referring as wrapper div is part of [Nuxt Typography Theme](https://typography.nuxt.space/) which provide a...
@Flowko Heads-up for coming changes in next release. Module no longer provide `highlight` api. Everything should pass through transformers.
I think google introduce a new way to link adsense with analytics and the new way does not need to add analytics id in adsense tag. I didn't found any...