summaryrefslogtreecommitdiff
path: root/tests/tables.textile
AgeCommit message (Collapse)Author
2017-02-04Moved tests/ -> test/.John MacFarlane
2014-08-30Textile reader: Improved table support.John MacFarlane
We can now handle all different alignment types, for simple tables only (no captions, no relative widths, cell contents just plain inlines). Other tables are still handled using raw HTML. Addresses #1585 as far as it can be addresssed, I believe.
2011-01-23Added needed space after .bc and .bq.John MacFarlane
Otherwise these can trap a </dd>, for example. Better solution to try next: rewrite using Pretty.
2011-01-06pandoc: Add newline to output unless standalone.John MacFarlane
This avoids output that does not end with a newline, which is inconvenient when working with many tools. Updated tests accordingly.
2010-11-27Minor adjustment in textile test suite.John MacFarlane
2010-05-17Added Textile writer module.John MacFarlane