On 30 August 2012 15:29, Stargazer <[email protected]> wrote: > 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.
The $ used to be only relevant to Latexmathml, but that seems to have been folded into asciimathml now? Maybe we don't need the latexmath any more? Cheers Lex > > 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. -- 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.
