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"]
----
    +----------------------+
    | 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.

Reply via email to