The docs include an [example of using a custom highlighter](https://rehype-pretty.pages.dev/#custom-highlighter) which begins with this code: ```ts import { getHighlighter } from "shiki" ``` This fails because [shiki v3 renamed the function](https://github.com/shikijs/shiki/blob/9260f3fd109eca7bece80c92196f627ccae202d0/docs/blog/v3.md?plain=1#L19) to `createHighlighter`. I'd be happy to update the docs in a PR.