From e8964ed7decaf11f27a268eddb172cca9937a5dc Mon Sep 17 00:00:00 2001 From: Practicalli Engineering Date: Wed, 6 Mar 2024 00:46:58 +0000 Subject: [PATCH] intro: writing tips highlight multiple lines in code blog --- docs/introduction/writing-tips.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/introduction/writing-tips.md b/docs/introduction/writing-tips.md index 78b6be898..95b4d9af5 100644 --- a/docs/introduction/writing-tips.md +++ b/docs/introduction/writing-tips.md @@ -251,6 +251,8 @@ Add highlight line meta data to a code block after the opening backticks and cod `hl_lines="2"` highlights line 2 in the codeblock +`hl_lines="2 3 4"` highlights line 2, 3 and 4 in the codeblock + ```clojure hl_lines="4 5 6" (defn my-function "With a lovely doc-string"