Fabian Wohlfart
Fabian Wohlfart
Did you solve this? I want remove the * from being interpreted.
> @fabianwohlfart Wait, if you mean * for unordered lists you can use this: > > `unorderedListStyle: "-",` Asteriks also works for italic, not only lists. These »Styles« are the...
+1 Any News? ps. Feature works great on nuxt 2.15.4 with content, i18n, 6 level deep urls, 200+ pages.
> This issue is still occuring > > ``` > "devDependencies": { > "@nuxt/devtools": "latest", > "@nuxtjs/tailwindcss": "^6.8.0", > "@types/node": "^18.17.1", > "nuxt": "^3.6.5" > } > ``` Did you...
I am also experiencing this issue. I am not using public folder but a `media` folder, because I do not want the source images in `public` to be copied. I...
I am also off nuxt-image completely and using my own nuxt endpoints for img generation…
It seems that `const hookToWait = (hasTransition(from) && hasTransition(to)) ? 'page:transition:finish' : 'page:finish'` will fire when the page is finished. This internal hook may fire, but the browser may not...
Encountered a little caveat that I was not aware of, not sure if it's mentioned somewhere: A component islands always needs a root element.
Is there a way to not run into `431` header issues when using server components, for example for long texts passed as props to a markdown component, despite changing the...
I get this error with a fresh package and the `build` command. Do we have any solutions to it? ``` Nuxt 3.6.5 with Nitro 2.6.0 ✔ Generated public .output/public nitro...