GNOME Bugzilla – Bug 712256
markdown parser issues
Last modified: 2013-11-14 10:51:49 UTC
I'm seeing: (org.gnome.Software:7256): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Error on line 1: Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as & (org.gnome.Software:7256): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Error on line 1: Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as & (org.gnome.Software:7256): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Error on line 1: Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as & the markdown parser attempts to produce something that looks like xml, but fails to replace & with &
commit d574db1f6a2e5d955a818aa31108fded843e8892 Author: Richard Hughes <richard@hughsie.com> Date: Thu Nov 14 10:51:26 2013 +0000 Automatically enable escaping when outputting PangoMarkup Also add quite a few self tests. Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=712256