diff options
author | Hakim El Hattab | 2019-07-08 10:05:40 +0200 |
---|---|---|
committer | GitHub | 2019-07-08 10:05:40 +0200 |
commit | d5662a203e005b096ce1e421c6f03c24a81e6c64 (patch) | |
tree | 35a80af8fa93787dd18caaf0722d32031f7b9a3c /demo.html | |
parent | abac58cfc5324e310ea573780944e32f9dd487e8 (diff) | |
parent | a6f1511d1a80c14368538a9e817c2f1fd06e64e2 (diff) |
Merge branch 'dev' into patch-1
Diffstat (limited to 'demo.html')
-rw-r--r-- | demo.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -241,7 +241,7 @@ <section> <h2>Pretty Code</h2> - <pre><code class="hljs" data-trim data-line-numbers="4,8-11"> + <pre><code class="hljs" data-trim data-line-numbers="4|9|4,8-11"> import React, { useState } from 'react'; function Example() { @@ -412,7 +412,7 @@ Reveal.addEventListener( 'customevent', function() { dependencies: [ { src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, - { src: 'plugin/highlight/highlight.js', async: true }, + { src: 'plugin/highlight/highlight.js' }, { src: 'plugin/search/search.js', async: true }, { src: 'plugin/zoom-js/zoom.js', async: true }, { src: 'plugin/notes/notes.js', async: true } |