Multiple escaped single quotes not working
Brought to you by:
sjrackham
When multiple escaped single quotes appear in the same line, they are not correctly laid out (at least for the XHTML backend).
E.g.
text: \'<bla blubb>'. text text: \'<bla blubb>'. text
is rendered as
text: '<bla blubb>. text text: \<bla blubb>'. text
with the "text text: \" part being emphasized.
The problem disappears when a space is used after the first closing quote and the period. I.e.
text: \'<bla blubb>' . text text: \'<bla blubb>'. text
The problem appeared for asciidoc 8.4.5.