matrixion/resources/qml/delegates/TextMessage.qml
2020-02-09 01:24:24 +01:00

7 lines
196 B
QML

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