refactor: Change base text style render to markdown

This commit is contained in:
Petr Mironychev 2025-04-24 21:38:54 +02:00
parent f7e748ba7e
commit 285e739074

View File

@ -25,7 +25,7 @@ TextEdit {
readOnly: true readOnly: true
selectByMouse: true selectByMouse: true
wrapMode: Text.WordWrap wrapMode: Text.WordWrap
textFormat: Text.StyledText textFormat: Text.MarkdownText
selectionColor: palette.highlight selectionColor: palette.highlight
color: palette.text color: palette.text
} }