Open wmertens opened 1 month ago
Latest commit: 0d7b755eb7fe6fa1941dc64ce33c7528a15097f1
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
npm i https://pkg.pr.new/@builder.io/qwik@6988
npm i https://pkg.pr.new/@builder.io/qwik-city@6988
npm i https://pkg.pr.new/eslint-plugin-qwik@6988
npm i https://pkg.pr.new/create-qwik@6988
commit: 0d7b755
@wmertens can you elaborate on it a bit? We can already embed Qwik components in mdx files no?
@wmertens can you elaborate on it a bit? We can already embed Qwik components in mdx files no?
@shairez
This might be related to the session wout and I paired on, where specifically in Qwik UI MDX breaks in v2 because of the specific recma config, which has a qrl in the mdx.
e.g what allows us to do the custom styling for each mdx tag (blockquote, paragraph, etc.)
this allows embedded qrl functionality.
This may or may not be a good idea.