nheko/resources/qml/delegates/TextMessage.qml

7 lines
153 B
QML

import ".."
MatrixText {
text: model.formattedBody.replace("<pre>", "<pre style='white-space: pre-wrap'>")
width: parent ? parent.width : undefined
}