Hi, I am using Asciidoc to help format a book and to aid with indexing and other activities the text contains material like:
blah blah keyword[int] blah blah which is translated as if it had been written: blah blah ++int++ blah blah At the moment the text is run through sed to make the changes. This works fine, but now I want to map names containing more complicated stuff between the square brackets. I could add a [replacement] macro in my local .asciidoc config file. The problem is that replacement happens after special character processing. So I end up with ++ in the output. I could map directly to <code> ... </code> or the appropriate LaTeX, but that leads down the path of producing my own backend. Is there a way of generating a replacement before special character processing happens? -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/asciidoc?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
