On 6 September 2014 06:19, Yann E. MORIN <[email protected]> wrote: > Hello! > > I'm trying to use the aafigure filter: > - https://code.google.com/p/asciidoc-aafigure-filter/ > > The plugin works, in that the aafigure input in my asciidoc > is rendered into an SVG file, and included in the HTML output > (as an <img...> tag, of course). > > However, it seems I am unable to understand how to pass > options/arguments/parameters to the filter. > > Here is (part of) my asciidoc input: > > [aafigure,,format="png"]
You need quotes around *all* parameters if you put quotes around any values, see http://wiki.asciidoc-aafigure-filter.googlecode.com/hg/asciidoc-aafigure-readme.html. Cheers Lex > ---- > +----------------------+ > | Board | > +----------------------+ > | "- Kernel arg hook" | > | "- Boot arg hook" | > | "- Custom hooks" | > +----------------------+ > ---- > > But yet, the output is still SVG. > > If I set a single comma, like: [aafigure,format="png"] then it tries > to output to a file named 'format=png' . > > How am I supposed to actually pass options to the filter? > Thanks in advance for any suggestion! ;-) > > Regards, > Yann E. MORIN. > > -- > 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. -- 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.
