mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-19 10:59:24 +00:00
[fix] markdown 表格内没有换行 (#1492)
This commit is contained in:
@@ -22,6 +22,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))
|
||||
|
Reference in New Issue
Block a user