better example for line range highlighting
This commit is contained in:
parent
da4ec074f1
commit
15dec96e73
|
@ -241,7 +241,7 @@
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h2>Pretty Code</h2>
|
<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';
|
import React, { useState } from 'react';
|
||||||
|
|
||||||
function Example() {
|
function Example() {
|
||||||
|
|
Loading…
Reference in New Issue