Mathieu NICOLAS
Mathieu NICOLAS
> I think `data-="dark"` is a bug, do you have a small reproduction please? Hello sir ! Just landed here because the "dark:" prefix in nuxt-tailwindcss doesn't work (for example...
I have to download the project to be able to run pyodide since it's blocked by a service worker (stackblitz console told me that). I join a screencapture of the...
Ok small update, this issue is split in 2 : - the "not working" was in fact "works but there's a mistake" and did come from the HTML property `aria-hidden="true"`...
Well, nope, ignore my precedent message. A lot of tests, a lot of fails, few things that could look like solutions were actually dirty fixes that don't even work in...
I managed to understand my error. To add LaTeX support to Nuxt Content : `npm i --save-dev remark-math rehype-katex` in `nuxt.config.ts`: ```ts app: { head: { link: [{ rel: 'stylesheet',...
Hi ! Thanks a lot for this PR, I hope it will be added to this project soon ! Can we do anything to help things going forward ? @farnabaz...
> In Content v2 you can create custom transformers to parse and transformer. see: https://content.nuxtjs.org/api/advanced#transformers @farnabaz I just tried to copy/paste the example from this webpage and I can't manage...
Thanks @SheetJSDev, thanks to you I could make this work ! I thought I could this way import images that come with the markdown files on the github repo I...
The console give me these errors when I try to browse a new page I never visited.
Thanks @userquin for your answers ! I use npm run generate to build the website. I will try all your answers ! What confuses me is these API calls are...