I have a text with should contain the item HR^+^
i.e. a superscripted `+', sometimes repeatedly on a single line. without the superscripting everything is fine. but with superscripting I get xmllint errors and/or wrong html formatting. e.g. this input abc HR^\+^ def HR^\+^ generates this output (text approx.): abc HR^+ def HR^\+ so the second `\' appears verbatim in the output in the superscript. without quoting both `+' the output is (text approx) HR^ def HR with `def HR' set as superscript in monospace. I presume it has to do with wrong interpretation as monospace markup or similar but thought that single backslash quoting is the thing to do. question: how can I consistently prevent character substitution/markup interpretation of the `+' in the superscripts? thanks joerg -- Using Opera's revolutionary email client: http://www.opera.com/mail/ -- 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.
