Skip to content

Commit

Permalink
update (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho authored Apr 18, 2023
1 parent 4c4824f commit dbdeba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/views/chat/components/Message/Text.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const { isMobile } = useBasicLayout()
const textRef = ref<HTMLElement>()
const mdi = new MarkdownIt({
html: true,
linkify: true,
highlight(code, language) {
const validLang = !!(language && hljs.getLanguage(language))
Expand Down

0 comments on commit dbdeba2

Please # to comment.