diff --git a/ChatView/qml/dialog/TextBlock.qml b/ChatView/qml/dialog/TextBlock.qml index f11f909..53d3a58 100644 --- a/ChatView/qml/dialog/TextBlock.qml +++ b/ChatView/qml/dialog/TextBlock.qml @@ -25,7 +25,7 @@ TextEdit { readOnly: true selectByMouse: true wrapMode: Text.WordWrap - textFormat: Text.StyledText + textFormat: Text.MarkdownText selectionColor: palette.highlight color: palette.text }