Quote:
Originally Posted by un_pogaz
The new rendering engine for comment deletes irrelevant CSS rules (and deletes invalid attributes)
Page reference all CSS supported for the "new" comments
https://doc.qt.io/qt-5/richtext-html-subset.html
Noted that somes rules will be moved into attributes if possible (example: style="text-align: justify;" move to align="justify")
|
Before: I modify <div> in <div style="font-size:1em">
Should be now:<div style="font-size:medium"> or <div font-size="medium"> if I follow the instructions on the Qt page. None of them works though, that is changing tabs erase the edit.