Hi Lex, After further research, it appears my problem is limited to the dollar sign ($). I have two solutions. I can escape the dollar sign or I can include the snippet below in my asciidoc configuration file. I like the snippet, because I don't have to add additional markup and it keeps the text cleaner.
**ifdef::asciimath[] ++++ <script type="text/javascript"> // Stop asciimathML from processing LaTeX $...$ translateLaTeX = false; </script> ++++ endif::asciimath[] Thank you. -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To view this discussion on the web visit https://groups.google.com/d/msg/asciidoc/-/orbPixXbixwJ. 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.
