bytesparadise / libasciidoc

A Golang library for processing Asciidoc files.
Apache License 2.0
205 stars 25 forks source link

Tables should support custom data formats #696

Open gdamore opened 4 years ago

gdamore commented 4 years ago

The format attribute is meant to support custom data formats, like CSV, DSV, TSV, etc.

Fixing this will require reworking the parser to support contextual parsing of the table contents.

DavidGamba commented 2 years ago

Is it possible to support this feature by supporting it through an include to the external CSV file? Maybe in that way the parser has an easier time determining the format.