Skip to content

Commit

Permalink
feat(docs): update related plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
naiyerasif committed Apr 29, 2024
1 parent 62af27a commit de3512f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- v4

jobs:
regression:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit de3512f

Please sign in to comment.