Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 6de9d3d

Browse files
feat(#423): highlight lines test case
1 parent 3f241b9 commit 6de9d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webcomponents/highlight-code/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h1>Without line numbers</h1>
131131
</deckgo-highlight-code>
132132

133133
<h1>Issue #423</h1>
134-
<deckgo-highlight-code language="java" highlight-lines="6,7">
134+
<deckgo-highlight-code language="java" highlight-lines="6,7 13,14">
135135
<code slot="code"># main.tf
136136

137137
resource "aws_lambda_function" "api" {

0 commit comments

Comments
 (0)