matrixion/resources/qml/delegates/TextMessage.qml
2020-02-27 00:34:58 +01:00

7 lines
261 B
QML

import ".."
MatrixText {
property string formatted: model.data.formattedBody
text: "<style type=\"text/css\">a { color:"+colors.link+";}</style>" + formatted.replace("<pre>", "<pre style='white-space: pre-wrap'>")
width: parent ? parent.width : undefined
}