Skip to content

Commit

Permalink
feat(msg card): Optimize message content layout and support rendering…
Browse files Browse the repository at this point in the history
… mathematical formulas.
  • Loading branch information
WongSaang committed Apr 18, 2023
1 parent 1d2ebb3 commit 04c52cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/MsgContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import hljs from "highlight.js"
import MarkdownIt from 'markdown-it'
import copy from 'copy-to-clipboard'
import mathjax3 from 'markdown-it-mathjax3'
import mk from 'markdown-it-katex'
const md = new MarkdownIt({
Expand Down

0 comments on commit 04c52cb

Please sign in to comment.