Yes - or am I passing it incorrectly?

import asciidocapi
import cStringIO

...

io = cStringIO.StringIO()

asciidoc = asciidocapi.AsciiDocAPI()
opts = asciidocapi.Options()
opts.append('-s')
asciidoc.execute( io )


By the way thanks for your assistance! 

-- 
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 https://groups.google.com/group/asciidoc.
For more options, visit https://groups.google.com/d/optout.

Reply via email to