From 1178533e039d0da77170914af9672aba475555c6 Mon Sep 17 00:00:00 2001 From: gzezFISHER Date: Wed, 21 Sep 2022 14:04:12 +0800 Subject: [PATCH] [fix] hljs --- public/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/script.js b/public/script.js index 1be176e..6d53ffa 100644 --- a/public/script.js +++ b/public/script.js @@ -4,7 +4,7 @@ import {Remarkable} from 'remarkable'; import DOMPurify from 'dompurify'; import rkatex from 'remarkable-katex'; import hljs from 'highlightjs'; -import 'katex'; +import 'highlightjs/styles/tomorrow.css'; let username;