From b648a56009c188333d81f7d11f9245fe4100a106 Mon Sep 17 00:00:00 2001 From: hakimel Date: Tue, 17 Jan 2023 09:11:30 +0100 Subject: [PATCH] update hljs 10 > 11.7, fix perf issue in demo presentation caused by auto lang detection --- demo.html | 4 ++-- package-lock.json | 16 ++++++++-------- package.json | 2 +- plugin/highlight/highlight.esm.js | 4 ++-- plugin/highlight/highlight.js | 4 ++-- plugin/markdown/markdown.esm.js | 4 ++-- plugin/markdown/markdown.js | 2 +- plugin/notes/notes.esm.js | 2 +- plugin/notes/notes.js | 2 +- plugin/search/search.esm.js | 2 +- plugin/search/search.js | 2 +- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/demo.html b/demo.html index ab11f77..39b014d 100644 --- a/demo.html +++ b/demo.html @@ -86,7 +86,7 @@

Pretty Code

-

+					

 						import React, { useState } from 'react';
 
 						function Example() {
@@ -102,7 +102,7 @@
 
 				

With animations

-