Skip to content

Commit

Permalink
intro: writing tips highlight multiple lines in code blog
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Mar 6, 2024
1 parent 589ea6d commit e8964ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/introduction/writing-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e8964ed

Please sign in to comment.