We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rehype-highlight-code-lines
1 parent 6c2cc7f commit 0807035Copy full SHA for 0807035
doc/plugins.md
@@ -68,6 +68,8 @@ The list of plugins:
68
— syntax highlight code blocks with Highlight.js via `lowlight`
69
* [`rehype-highlight-code-block`](https://github.com/mapbox/rehype-highlight-code-block)
70
— syntax highlight code blocks with any function you provide
71
+* [`rehype-highlight-code-lines`](https://github.com/ipikuka/rehype-highlight-code-lines)
72
+ — add line numbers to code blocks; allow highlighting of desired code lines
73
* [`rehype-infer-description-meta`](https://github.com/rehypejs/rehype-infer-description-meta)
74
— infer file metadata from the contents of the document
75
* [`rehype-infer-reading-time-meta`](https://github.com/rehypejs/rehype-infer-reading-time-meta)
0 commit comments