aboutsummaryrefslogtreecommitdiff
path: root/demo.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2019-03-11 15:48:03 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2019-03-11 15:48:03 +0100
commit8690858b6f314fe56942dc2cdd9cc6984f43b830 (patch)
treee2cac3fbc494516f3f5899df2fa06af7a281c60c /demo.html
parent5adc2032c0d9d49a8b784d4a4f271999ad7e63a9 (diff)
downloadperl-software-in-gnu-guix-8690858b6f314fe56942dc2cdd9cc6984f43b830.tar
perl-software-in-gnu-guix-8690858b6f314fe56942dc2cdd9cc6984f43b830.tar.gz
more succinct syntax for code block line highlights
Diffstat (limited to 'demo.html')
-rw-r--r--demo.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo.html b/demo.html
index ac273d5..6b26880 100644
--- a/demo.html
+++ b/demo.html
@@ -234,7 +234,7 @@
<section>
<h2>Pretty Code</h2>
- <pre><code class="hljs line-numbers" data-trim data-highlight-lines="4,8-9">
+ <pre><code class="hljs" data-trim data-line-numbers="4,8-9">
import React, { useState } from 'react';
function Example() {