Changes between Initial Version and Version 1 of Ticket #4039, comment 6
- Timestamp:
- 2016-09-09T09:38:15Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4039, comment 6
initial v1 1 1 Detection is easy and pretty fast but not true always. For example you can have something like this, 2 2 3 {{{ 3 4 annotation(Documentation(info="This is plain text \n 4 5 <p>We also have html here</p>")); 6 }}} 5 7 6 8 `Qt::mightBeRichText` will return false for above code.