Fabien
Problem with markdown it and my nuxt project
Hello, I would like some help with markdown-it in a Nuxt 3 application.
When I apply a rule, my application can no longer load the pages affected by markdown-it.
Just the following code causes this issue:
Without using any rules, the pages load:
A part of my template to use the md variable:
I think I have a problem with my libraries or in my code. For example, compatibility with Nuxt 3.
I am new to Nuxt and I feel like many libraries have their own Nuxt version to work correctly...
A part of the content of my package.json:
Thank you.
6 replies
What is the difference between @nuxtjs/strapi and @nuxtjs/strapi-edge ?
Hello, what is the difference between "@nuxtjs/strapi" and "@nuxtjs/strapi-edge" ? On the official website, it say to write down : npx nuxi@latest module add strapi But the V5 wasn't working. And after some research, i found out about "@nuxtjs/strapi-edge".
4 replies