From 344fe024d8a9981bd054b1a1ce1dadf0fe420ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Ctalatkuyuk=E2=80=9D?= <“talatkuyuk@gmail.com”> Date: Fri, 21 Jun 2024 11:57:03 +0300 Subject: [PATCH] Add `rehype-highlight-code-lines` to list of plugins --- doc/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index 45f67ce4..7d21ac83 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -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)