Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-20 | Pretty: Make CR + BLANKLINE = BLANKLINE. | John MacFarlane | 1 | -1/+0 | |
This fixes an extra blank line we were getting at the end of markdown fragments (as well as rst, org, etc.) Closes #1705. | |||||
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-12-04 | Added tests. | Puneeth Chaganti | 1 | -0/+51 | |
+ Added tables.org and writer.org to tests. + Added org.template to templates. + Changed RunTests.hs as required. + Minor changes to Org writer. |