换行问题
您好,我在编辑英文单词总是在换行的时候被拆开,
已经添加了自定义的CSS段落如下:
请问一下有什么好的办法么
感谢!
@ting05261 这个问题确实存在,你可以加入这样的 css:
p {
word-break: initial;
}
会得到这样的结果:
这个 issue 等我们来关闭,在它关闭后,你就不需要再加入这段 css 了。
好的!非常感谢!
在 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: @.***>