Greetings,
I was trying to document UTF-7 and wrote a phrase similar to this one
(unindented in my .txt file):
The ``+-'' sequence represents the character ``+''.
The ``\+-'' sequence represents the character ``+''.
Which I want to be rendered - in XHTML11 at least - as:
The “+-” sequence represents the character “+”.
I am getting instead:
The ‘`+-'' sequence represents the character ``+’'.
The ‘`\+-'' sequence represents the character ``+’'.
IOW, asciidoc mistakes this for a long single-quote. Is there a way
- to force these quotes to be non-greedy
- to break quote matching
I tried 8.4.5 and 8.5.2. As a workaround, I've resorted to using "x"
instead of “x”.
Please help.
--
Matthias Andree
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.