Hi, Just to clarify some of the previous discussion since my last post.
1) option not passed The option passing worked for all filters since AsciiDoc 8.6.3 until AsciiDoc 8.6.6. Some time after AsciiDoc 8.6.6 AsciiDoc stopped generating the *<optionname>-option* attributes when processing the filter configuration files. This is the problem we are facing now and it needs to be fixed in the AsciiDoc core. There is nothing which can be done in the filter itself as currently the option information is not passed to the filer configuration files. 2) Not processing the filter depending on backend used (for example text) I don't think this should be a function og the aafigure filter. What you want is to use a different filter depending on the backend. One to generate text, the other to run aafigure. I would recommend to keep the logic to select which filter you want in the source document. You can use the basebackend macros to select the filters you want to use to generate a certain output. Henrik Henrik -- 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. For more options, visit https://groups.google.com/d/optout.
