Closed blockiindahood closed 6 months ago
The text is previewed with cutoff words (wrong word breaks), not like in the input.
Is there a way to fix this? I couldn't find anything in the docs.
latest
No response
Just adjust the style of the content area
.md-editor-preview p { word-break: break-word; }
didn't thought about using plain css at that moment tbh, but works now, thank you!
Describe the issue
The text is previewed with cutoff words (wrong word breaks), not like in the input.
Is there a way to fix this? I couldn't find anything in the docs.
Procedure version
latest
Reproduction link
No response