Solid-start + mdx: remark-shiki-twoslash does not work
I tried the current version of solid-start with mdx and attempted to integrate remark-shiki-twoslash (same as the docs), but no luck so far. I do not see syntax highlighting.
1 Reply
I used the same configuration that is exported in solid-start-mdx (copy and pasted the return value, except for the other rehype/remark plugins except for rehypeRaw).
I even updated to the newest versions of everything.
Updated solid-start again, still doesn't work.
console output in the mdx plugin is suppressed, how do you debug it?
I found the solution: remarkPlugins/rehashPlugins need to be a level above mdxOptions!