mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: add highlight for code block (#291)
* feat: add highlight for code block * chore: update test
This commit is contained in:
@ -4,6 +4,7 @@ import store from "./store";
|
||||
import App from "./App";
|
||||
import "./i18n";
|
||||
import "./helpers/polyfill";
|
||||
import "highlight.js/styles/github.css";
|
||||
import "./less/global.less";
|
||||
import "./css/index.css";
|
||||
|
||||
|
Reference in New Issue
Block a user