GNOME Bugzilla – Bug 726580
Don't escape blockquote markup in non-sgml mode
Last modified: 2014-04-02 20:44:01 UTC
Blockquotes don't work in non-sgml mode now.
Created attachment 272209 [details] [review] Don't escape blockquote markup in non-sgml mode Escaping > etc unconditionally breaks markdown in non-sgml mode. We should do the escaping the same in both modes.
Review of attachment 272209 [details] [review]: Thanks, just a small nit. ::: gtkdoc-mkdb.in @@ +2767,3 @@ # For the simple non-sgml mode, convert to entities everywhere. + + $text =~ s/&(?![a-zA-Z#]+;)/&/g; # Do this first, or the others get messed up. could you please also put the comment above and say what it does, e.g. # First convert free standing & to &
Attachment 272209 [details] pushed as b53854d - Don't escape blockquote markup in non-sgml mode
Could you please also apply the suggestion I made?
I think I did ?
Sorry, diff reading skillz degraded :/