I'm working on a filter to generate tables using text tables 
<http://plaintexttools.github.io/plain-text-table/> as an input. I've 
implemented a basic parser that generates html output. However when it came 
to creating the filter conf file, I'm a little stuck.

I used the sample filter as a guide to come up with the following conf:

[blockdef-listing]
txtbl-style=template="openblock",presubs=(),postsubs=(),posattrs=("style"),
filter="txtbl.py"

This generates the table, but will force me to do all the styling. I tried 
using the table as the style template, but it places the table tags in the 
wrong section of the genrated (html) document. Is there anyway, I can place 
it in the tbody section of the document?

Thanks.

DJ

-- 
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