feat: add highlight for code block (#291)

* feat: add highlight for code block

* chore: update test
This commit is contained in:
boojack
2022-10-14 22:29:28 +08:00
committed by GitHub
parent 65a61ed270
commit eefd0444c8
6 changed files with 24 additions and 9 deletions

View File

@ -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";