aboutsummaryrefslogtreecommitdiff
path: root/tests/tables.textile
AgeCommit message (Collapse)AuthorFilesLines
2014-08-30Textile reader: Improved table support.John MacFarlane1-52/+7
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 MacFarlane1-53/+53
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 MacFarlane1-0/+1
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 MacFarlane1-1/+0
2010-05-17Added Textile writer module.John MacFarlane1-0/+212