Skip to content

Commit

Permalink
better example for line range highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Apr 1, 2019
1 parent da4ec07 commit 15dec96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ <h2>Iframe Backgrounds</h2>

<section>
<h2>Pretty Code</h2>
<pre><code class="hljs" data-trim data-line-numbers="4,8-9">
<pre><code class="hljs" data-trim data-line-numbers="4,8-11">
import React, { useState } from 'react';

function Example() {
Expand Down

0 comments on commit 15dec96

Please sign in to comment.