We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ad5bd commit 807d400Copy full SHA for 807d400
src/views/chat/components/Message/Text.vue
@@ -22,6 +22,7 @@ const { isMobile } = useBasicLayout()
22
const textRef = ref<HTMLElement>()
23
24
const mdi = new MarkdownIt({
25
+ html: true,
26
linkify: true,
27
highlight(code, language) {
28
const validLang = !!(language && hljs.getLanguage(language))
0 commit comments