summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/notifications/Notification.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/notifications/Notification.qml b/modules/notifications/Notification.qml
index cb067f9..c8516d3 100644
--- a/modules/notifications/Notification.qml
+++ b/modules/notifications/Notification.qml
@@ -353,6 +353,7 @@ StyledRect {
anchors.rightMargin: Appearance.spacing.small
animate: true
+ textFormat: Text.MarkdownText
text: bodyPreviewMetrics.elidedText
color: Colours.palette.m3onSurfaceVariant
font.pointSize: Appearance.font.size.small
@@ -383,6 +384,7 @@ StyledRect {
anchors.rightMargin: Appearance.spacing.small
animate: true
+ textFormat: Text.MarkdownText
text: root.modelData.body
color: Colours.palette.m3onSurfaceVariant
font.pointSize: Appearance.font.size.small