imzbf / md-editor-v3

Markdown editor for vue3, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...
https://imzbf.github.io/md-editor-v3
MIT License
1.63k stars 156 forks source link

MdPreview组件,英文单词换行在移动端Google浏览器不生效 #503

Closed AudreyHepbur closed 6 months ago

AudreyHepbur commented 6 months ago

Describe the issue

MdPreview组件,英文单词换行在移动端Google浏览器不生效,PC端目前都是正常的

import { MdPreview } from 'md-editor-v3'; import 'md-editor-v3/lib/preview.css'; <MdPreview :editor-id="id" :model-value="props.text" :no-img-zoom-in="true" preview-theme="smart-blue" code-theme="github" />

Procedure version

版本: "md-editor-v3": "^4.11.2",

Reproduction link

No response

imzbf commented 6 months ago

具体是什么表现?

imzbf commented 6 months ago

Screenshot_2024-05-07-21-11-39-629_com android chrome

如果是这样的话,它应该就是这样的