Skip to content

Commit

Permalink
Add rehype-highlight-code-lines to list of plugins
Browse files Browse the repository at this point in the history
Closes GH-172

Reviewed-by: Titus Wormer <[email protected]>
  • Loading branch information
talatkuyuk committed Jun 24, 2024
1 parent 6c2cc7f commit 0807035
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ The list of plugins:
— syntax highlight code blocks with Highlight.js via `lowlight`
* [`rehype-highlight-code-block`](https://github.com/mapbox/rehype-highlight-code-block)
— syntax highlight code blocks with any function you provide
* [`rehype-highlight-code-lines`](https://github.com/ipikuka/rehype-highlight-code-lines)
— add line numbers to code blocks; allow highlighting of desired code lines
* [`rehype-infer-description-meta`](https://github.com/rehypejs/rehype-infer-description-meta)
— infer file metadata from the contents of the document
* [`rehype-infer-reading-time-meta`](https://github.com/rehypejs/rehype-infer-reading-time-meta)
Expand Down

0 comments on commit 0807035

Please sign in to comment.