#976208 zenity: documentation should tell that "text" i sinterpreted for html markup

Package:
zenity
Source:
zenity
Description:
Display graphical dialog boxes from shell scripts
Submitter:
Francesco Potortì
Date:
2020-12-01 14:42:04 UTC
Severity:
minor
#976208#5
Date:
2020-12-01 14:38:29 UTC
From:
To:
Zenity interprets at least some html markup in the argument of --text

I discovered it because it gave an error whe I put an "&" in the text.

From trial and error I discovered that at least these are recognised:

&
>
<b>
<a href="http://some.url">

It would be very helpful if this capability were cited in the docs.