Hacker News new | ask | show | jobs
by darkseas 3651 days ago
I agree. For me, Asciidoc hits the sweet spot as it seems to have much of the simplicity of Markdown, and with the AsciiDoctor/DocBook toolchain it has the publishing power of RestructuredText.

But its tables beat both hands down. You can include a csv file with some headers or micromanage merged cells, alignment and such.

1 comments

csv-table[1] is an available directive in rST for doing the same thing. It optionally supports an external file.

[1] http://docutils.sourceforge.net/docs/ref/rst/directives.html...