notif: allow markdown in body

This commit is contained in:
2 * r + 2 * t 2025-05-10 23:58:50 +10:00
parent 253fb68578
commit 69c9eba3f5

View file

@ -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