> I think your last paragraph indicates that one can define "Asciidoc > attributes" that would accomplish > such switching logic? I am not finding the proper location in the User > Manual that describes what > one needs to do that, could you point me at the documentation? Or is this a > piece of code that I > should be looking at and modifying? > > Thanks very much, > > Jim >
See user guide 18.3.4 You don't say if you are generating html with a2x or asciidoc, if you are using asciidoc then you can use the backend-docbook attribute to decide, since obviously its not set when html is being generated. If you use a2x for both you need to make up your own attribute since the asciidoc backend will be docbook in both cases. Just define it with -a on the command line. Cheers Lex > -- > 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/-/hkOhabiB1noJ. > 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.
