md icon indicating copy to clipboard operation
md copied to clipboard

换行问题

Open ting05261 opened this issue 1 year ago • 2 comments

您好,我在编辑英文单词总是在换行的时候被拆开, image

已经添加了自定义的CSS段落如下: image

请问一下有什么好的办法么

感谢!

ting05261 avatar May 24 '24 21:05 ting05261

@ting05261 这个问题确实存在,你可以加入这样的 css:

p {
  word-break: initial;
}

会得到这样的结果:

image

YangFong avatar May 25 '24 01:05 YangFong

这个 issue 等我们来关闭,在它关闭后,你就不需要再加入这段 css 了。

YangFong avatar May 25 '24 01:05 YangFong

好的!非常感谢!

在 2024年5月25日星期六,YangFong @.***> 写道:

@ting05261 https://github.com/ting05261 这个问题确实存在,你可以加入这样的 css:

p { word-break: initial; }

会得到这样的结果: image.png (view on web) https://github.com/doocs/md/assets/70502828/b44afb41-c7d4-424c-8e29-308b2c9ed435

— Reply to this email directly, view it on GitHub https://github.com/doocs/md/issues/301#issuecomment-2130637256, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYYETADXF3WA6BNQ5ACB563ZD7Q7HAVCNFSM6AAAAABIIHLHW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZQGYZTOMRVGY . You are receiving this because you were mentioned.Message ID: @.***>

ting05261 avatar May 26 '24 13:05 ting05261