feat: add latex rendering (#247)

* feat: add latex rendering

* perf: 提升 css 引入路径

---------

Co-authored-by: ChenZhaoYu <790348264@qq.com>
This commit is contained in:
Yule Hou
2023-03-04 08:22:50 +08:00
committed by GitHub
parent f7f87e266f
commit 2293969070
5 changed files with 73 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
import 'katex/dist/katex.min.css'
import '@/styles/lib/tailwind.css'
import '@/styles/lib/highlight.less'
import '@/styles/lib/github-markdown.less'