notif: allow markdown in body
This commit is contained in:
parent
253fb68578
commit
69c9eba3f5
1 changed files with 2 additions and 0 deletions
|
|
@ -353,6 +353,7 @@ StyledRect {
|
||||||
anchors.rightMargin: Appearance.spacing.small
|
anchors.rightMargin: Appearance.spacing.small
|
||||||
|
|
||||||
animate: true
|
animate: true
|
||||||
|
textFormat: Text.MarkdownText
|
||||||
text: bodyPreviewMetrics.elidedText
|
text: bodyPreviewMetrics.elidedText
|
||||||
color: Colours.palette.m3onSurfaceVariant
|
color: Colours.palette.m3onSurfaceVariant
|
||||||
font.pointSize: Appearance.font.size.small
|
font.pointSize: Appearance.font.size.small
|
||||||
|
|
@ -383,6 +384,7 @@ StyledRect {
|
||||||
anchors.rightMargin: Appearance.spacing.small
|
anchors.rightMargin: Appearance.spacing.small
|
||||||
|
|
||||||
animate: true
|
animate: true
|
||||||
|
textFormat: Text.MarkdownText
|
||||||
text: root.modelData.body
|
text: root.modelData.body
|
||||||
color: Colours.palette.m3onSurfaceVariant
|
color: Colours.palette.m3onSurfaceVariant
|
||||||
font.pointSize: Appearance.font.size.small
|
font.pointSize: Appearance.font.size.small
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue