tanstack.com icon indicating copy to clipboard operation
tanstack.com copied to clipboard

Replace Prism code highlighter with Shiki

Open lachlancollins opened this issue 1 year ago • 0 comments

Problem

The Prism code highlighter is quite limited for our use case, where we are commonly rendering languages like Vue or Svelte. Even JSX highlighting is often poor - see below:

image

Shiki is a modern alternative which uses the same engine as VS Code, meaning that how it looks on the site will be how it looks in VS Code. Unfortunately, it is ESM-only which has been challenging to implement in Remix.

Potential Solution

rehype-pretty-code - uses Shiki, hooks into unified/remark/rehype ecosystem (used by react-markdown).

lachlancollins avatar Jan 28 '24 08:01 lachlancollins