Powerful Code Blocks with Code Hike and MDX
MDX is a format that combines markup in markdown along with JSX code to embed components into markdown documents. It is used in documentation, blog posts, and much more as one can add interactive examples with JSX. You can learn more about it here.
T...
blog.anishde.dev5 min read
Saunved
Software Engineer
Thank you for sharing this! I was stuck trying to implement one of prism or highlight.js, and they didn't seem to work the way I wanted, especially with Tailwind's typography module style conflicts.
The combination of remarkCodeHike + shiki is amazing, and the functionality is very promising as well.