aboutsummaryrefslogtreecommitdiff
path: root/tests/tables.dokuwiki
AgeCommit message (Collapse)AuthorFilesLines
2014-08-30DokuWiki writer: Make tables prettier by aligning columns.John MacFarlane1-23/+23
Also cleaned up crufty code and added tests.
2014-07-02Revert "DokuWiki writer: Whitespace to a testsuite output file."Clare Macrae1-0/+1
This reverts commit 23d71b13e7b462229427e2437a8dd9c8f72d72f1. This is now resulting in a testsuite failure, and I can't see why it didn't do so before
2014-07-02DokuWiki writer: Whitespace to a testsuite output file.Clare Macrae1-1/+0
This doesn't change the testsuite behaviour, but it does mean that all the testsuite output files are exactly identical to the output obtained by running the current pandoc.
2013-08-17Implement table headings in dokuwiki writer (#386)claremacrae1-5/+5
2013-08-11Initial implementation of tables in dokuwiki writer (#386)claremacrae1-191/+26
Todo: alignment, and headings
2013-07-14Initial work to create dokuwiki writer (#386)Clare Macrae1-0/+212
In this first version, all dokuwiki files are straight copies of the media wiki counterparts.