Hi,

Given this input (no spaces):

6. this\`abc`
7. this\+abc+

Is this the correct output:

6.  this\<tt>abc</tt>
7.  this+abc+

I expected the backtick and plus to produce the same output, given
there is no whitespace and this is just plain text. It is like the
backtick treated the backslash as common punctuation, but the plus did
not.  For another test, I changed the backslash to a comma, and the
output was the same for both (like #6).  I read the FAQ and Chapter
7.
Is the above working as designed? Why the difference?

Thank you.
Peg Russell

-- 
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.

Reply via email to