You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered the same issue when integrating with rehype-pretty-code. Explicitly, I've set the highlight configuration option to false, but the HTML entity transformation still happens in it. If you need an example to test on, do let me know 👍.
I've encountered the same issue when integrating with rehype-pretty-code. Explicitly, I've set the highlight configuration option to false, but the HTML entity transformation still happens in it. If you need an example to test on, do let me know 👍.
I was able to fix my issue by manually patching the plugin I was using to forcibly use svelte-like encodings: rehype-pretty-code patch and shiki patch.
Details: #93 (comment)
The text was updated successfully, but these errors were encountered: