Skip to content

Commit

Permalink
fix: 修正xml代码高亮颜色不正确的问题
Browse files Browse the repository at this point in the history
- 升级第三方依赖 修正边界情况下正文内容被Frontmatter替换的问题
  • Loading branch information
ZiuChen committed Apr 17, 2023
1 parent 067ad1a commit 889b001
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@bytemd/plugin-medium-zoom": "^1.20.2",
"@bytemd/plugin-mermaid": "^1.20.2",
"@ziuchen/bytemd-plugin-align": "^1.0.1",
"@ziuchen/bytemd-plugin-highlight-theme": "^1.0.4",
"@ziuchen/bytemd-plugin-highlight-theme": "^1.0.6",
"@ziuchen/bytemd-plugin-image-zoom": "^1.0.1",
"@ziuchen/bytemd-plugin-markdown-theme": "^1.0.1",
"@ziuchen/bytemd-plugin-markdown-theme": "^1.0.2",
"bytemd": "^1.20.2",
"highlight.js": "^11.7.0",
"katex": "^0.16.4",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/views/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
import type { Input } from '@arco-design/web-vue'
import { throttle } from 'lodash-es'
import 'bytemd/dist/index.css'
import 'highlight.js/styles/default.css'
import 'katex/dist/katex.css'
import '@/style/theme/normalize.css' // 编辑器样式重置(copy from juejin)
import zhHans from 'bytemd/locales/zh_Hans.json'
Expand Down

0 comments on commit 889b001

Please sign in to comment.