diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 178fa9c..c5c6c03 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -4,7 +4,6 @@ on: push: branches: - main - - v4 jobs: regression: diff --git a/README.md b/README.md index 2c774cd..73e750f 100644 --- a/README.md +++ b/README.md @@ -615,9 +615,8 @@ Running that with `node example.js` yields: ## Related - [`rehype-highlight`](https://github.com/rehypejs/rehype-highlight) — highlight code with [highlight.js](https://github.com/isagalaev/highlight.js) (through [lowlight](https://github.com/wooorm/lowlight)) -- [`rehype-prism`](https://github.com/mapbox/rehype-prism) — highlight code with [Prism](http://prismjs.com) (via [refractor](https://github.com/wooorm/refractor)) - [`rehype-prism-plus`](https://github.com/timlrx/rehype-prism-plus) — highlight code with [Prism](http://prismjs.com) (via [refractor](https://github.com/wooorm/refractor)) with additional line highlighting and line numbers functionalities -- [`rehype-shiki`](https://github.com/rsclarke/rehype-shiki) — highlight code with [shiki](https://github.com/octref/shiki) +- [`@shikijs/rehype`](https://github.com/shikijs/shiki/tree/main/packages/rehype) — highlight code with [shiki](https://shiki.style) ## License