5 ms·
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 publ
by darkseas 10y 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.
- Nagyman 10y agocsv-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#csv-table http://docutils.sourceforge.net/docs/ref/rst/directives.html...