Comment 2 for bug 1177928

Revision history for this message
Julián Unrrein (junrrein) wrote : Re: Markup text is not rendered

I am afraid this will be very hard to fix. Pantheon Notify uses a Clutter.Text object to store the notification text. Clutter.Text admits Pango markup, which seems not to support the "href" tag (https://developer.gnome.org/pango/unstable/PangoMarkupFormat.html).

If you ever saw hyperlinks working in a Gtk.Label, it's because Gtk.Label admits "href" tags in addition to Pango markup.