Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-30 | Textile reader: Improved table support. | John MacFarlane | 1 | -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-23 | Added needed space after .bc and .bq. | John MacFarlane | 1 | -53/+53 | |
Otherwise these can trap a </dd>, for example. Better solution to try next: rewrite using Pretty. | |||||
2011-01-06 | pandoc: Add newline to output unless standalone. | John MacFarlane | 1 | -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-27 | Minor adjustment in textile test suite. | John MacFarlane | 1 | -1/+0 | |
2010-05-17 | Added Textile writer module. | John MacFarlane | 1 | -0/+212 | |