Hacker News new | ask | show | jobs
by FraaJad 3605 days ago
I'm a big fan of Pandoc. However, if you have a lot of tables in your document, ASCIIDOCTOR is a better choice to produce PDFs.

ASCIIDOCTOR has clear and superior table formatting syntax and more importantly it can work with CSV files. This way you don't have to copy paste data into your reports.

http://asciidoctor.org/docs/user-manual/#tables

4 comments

I wish pandoc was better on converting asciidoctor and not just asciidoc. Asciidoctor and asciidoctor.js is so much nicer than all those markdowns it's not even funny, wish I would have found it earlier so I wouldn't need to work with older markdown files or having to convert them.
I agree that copy-pasting CSV files is undesirable, but there are several Pandoc filters, both in Haskell and Python, that allow you to embed CSVs into tables without much hassle.
I've never heard of ASCIIDOCTOR before. Thanks for the pointer.
Sounds like the next format that pandoc should support :)
IIRC, pandoc has asciidoc writer. ie., it can parse other formats and output asciidoc/tor format.