-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.15.6, 6.8.0 Beta4
-
None
-
Windows 10 desktop
A QML Text component configured to use Text.MarkdownText displays text that is tagged using the backtick character at a constant size and does not respect the font size of the Text component.
Consider the following code:
Column {
Text {
font.pointSize: 6
textFormat: Text.MarkdownText
text: "6 pt - *italics*, `code`, **bold**"
}
Text {
font.pointSize: 36
textFormat: Text.MarkdownText
text: "36 pt - *italics*, `code`, **bold**"
}
}
The "code" text does not change size while other decorated text does.

- relates to
-
QTBUG-120373 QTextBrowser - Heading H6 does not resize
-
- Reported
-