Everything works as expected and all components are styled the way they should be - except inlineCode. When I change inlineCode to code it works, but that also styles multiline code blocks. So to me it looks like the option for inlineCode has been removed.
Hi there!
mdx-bundler
version: 6.0.1node
version: 16.8.0yarn
version: 1.22.11This might very well be my mistake, but since switching from
mdx-remote
tomdx-bundler
I can no longer embed custom styling for inline code.And then infuse those components to my MDX like so:
Everything works as expected and all components are styled the way they should be - except
inlineCode
. When I changeinlineCode
tocode
it works, but that also styles multiline code blocks. So to me it looks like the option forinlineCode
has been removed.