better example for line range highlighting
This commit is contained in:
parent
da4ec074f1
commit
15dec96e73
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@
|
|||
|
||||
<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() {
|
||||
|
|
Loading…
Reference in a new issue