[fix] hljs

This commit is contained in:
gzezFISHER 2022-09-21 14:04:12 +08:00
parent f7ddf898c6
commit 1178533e03

View File

@ -4,7 +4,7 @@ import {Remarkable} from 'remarkable';
import DOMPurify from 'dompurify'; import DOMPurify from 'dompurify';
import rkatex from 'remarkable-katex'; import rkatex from 'remarkable-katex';
import hljs from 'highlightjs'; import hljs from 'highlightjs';
import 'katex'; import 'highlightjs/styles/tomorrow.css';
let username; let username;