aboutsummaryrefslogtreecommitdiff
path: root/tests/tables-rstsubset.native
AgeCommit message (Collapse)AuthorFilesLines
2015-12-12Test fixes.John MacFarlane1-6/+6
2012-09-27RST reader: Use Text.Pandoc.Builder.John MacFarlane1-22/+22
This will give us more flexibility in the future. It also gives built-in normalization. Performance slightly better.
2011-01-20Updated tests for new native format.John MacFarlane1-119/+117
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-12-07Made --smart work with RST reader.John MacFarlane1-15/+15
2010-07-20Made spacing at end of output more consistent.John MacFarlane1-1/+0
Previously some of the writers added spurious whitespace. This has been removed, resolving Issue #232. NOTE: If your application combines pandoc's output with other text, for example in a template, you may need to add spacing. For example, a pandoc-generated markdown file will not have a blank line after the final block element. If you are inserting it into another markdown file, you will need to make sure there is a blank line between it and the next block element.
2010-03-11RST writer: Fixed headerless tables.fiddlosopher1-0/+32
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1879 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-02-28Added accessors (docTitle, docAuthors, docDate) to Meta type.fiddlosopher1-1/+1
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1853 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-02-21Added tests/tables-rst-subset.native, part of RST tables patch.fiddlosopher1-0/+87
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1841 788f1e2b-df1e-0410-8736-df70ead52e1b