- 
    Bug 
- 
    Resolution: Done
- 
    P2: Important 
- 
    5.0.0
- 
    None
See following code samples. The issue seems to appear when the text markup is placed right next to a "\n".
// Works ok, newline does appear Text { text: "Link A\n" + "Link B" } // The <b></b> markup actually appears in the output (see text-markup-in-text.png) Text { text: "Link A\n" + "<b>Link B</b>" } // The newline after "Link A" does not appear (see text-no-newline.png) Text { text: "<b>Link A</b>\n" + "Link B" }
| For Gerrit Dashboard: QTBUG-21917 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 14561,1 | Document the limitations of AutoText's rich text detection. | master | qt/qtdeclarative | Status: MERGED | +2 | 0 | 

