Cosmin Popovici
Cosmin Popovici
We use `cheerio` in [Juice](https://www.npmjs.com/package/juice) (>1M downloads/week), which is now broken because of this unexpected breaking change release from an RC - we need to pin it to `1.0.0-rc.12` and...
Releasing breaking changes from an RC means that one of our dependencies that was using rc12 now automatically installs 1.0.0, breaking the app for everyone not using Node 18. This...
@dependabot recreate
Just ran into this too, is there any way to style the clone?
The markdown you pass to it needs to be wrapped in a `` tag or one of the other landmarks, see the docs again: https://maizzle.com/docs/transformers/markdown#api I’ll have a look at...
You'll be able to pass a markdown string with or without the `` wrapping tags in Maizzle 5: https://next.maizzle.com/docs/markdown#api I'll also fix the type definition for it in v4 👍
Related: https://github.com/posthtml/posthtml-modules/pull/100 https://github.com/thewebartisan7/posthtml-components/issues/19
Implemented in [`b8e6b83` (#1299)](https://github.com/maizzle/framework/pull/1299/commits/b8e6b8304bd051cc7b7928c5ecb96b5013dfb26c)
Do you by any chance have a catch-all route, such as `pages/[...slug].vue`? If so, that's what's causing the `~/error.vue` to not be used, it takes precedence. In such a case,...
`` is properly preserved with the latest version of Juice.