mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -04:00
Embrace HTML coming from Comic Vine
This commit is contained in:
@ -258,8 +258,14 @@ Rectangle {
|
||||
font.pixelSize: 15
|
||||
wrapMode: Text.WordWrap
|
||||
horizontalAlignment: Text.AlignJustify
|
||||
text: comicInfo.synopsis
|
||||
text: '<html><head><style>
|
||||
a {
|
||||
color: #FFCB00;
|
||||
text-decoration:none;
|
||||
}
|
||||
</style></head><body>' + comicInfo.synopsis + '</body></html>'
|
||||
visible: comicInfo.synopsis
|
||||
textFormat: Text.RichText
|
||||
}
|
||||
|
||||
Text {
|
||||
|
Reference in New Issue
Block a user