Hi, Asciimath is translated by javascript in the browser, not by anything in asciidoc. All the asciimath attribute does is cause the javascript to be loaded in the header, after that its value is irrelevant.
Once the javascript is loaded in the browser it decides what it should translate, ie stuff in `...`. As I read the asciimath pages there is no way of turning that off. Cheers Lex On 29 August 2012 17:24, Stargazer <[email protected]> wrote: > Hi! > > I turn on asciimath with the following syntax: > > :asciimath: > > But I can not remove/delete/undefine asciimath with the following syntax: > > :asciimath!: > > See: > 28. Attribute Entries > http://www.methods.co.nz/asciidoc/userguide.html#X18 > > The result is text that contains numbers and symbols is getting processed by > asciimath. > I do have some equations in the document and I am using the syntax: > > asciimath:[ ] > > Any way to turn asciimath on/off in the same document? > > 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/-/mS5BK3Y8T3oJ. > 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.
