summaryrefslogtreecommitdiff
path: root/tests/tables-rstsubset.native
AgeCommit message (Collapse)Author
2017-02-04Moved tests/ -> test/.John MacFarlane
2017-01-25Made `smart` extension default for pandoc markdown.John MacFarlane
Updated tests.
2015-12-12Test fixes.John MacFarlane
2012-09-27RST reader: Use Text.Pandoc.Builder.John MacFarlane
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 MacFarlane
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-12-07Made --smart work with RST reader.John MacFarlane
2010-07-20Made spacing at end of output more consistent.John MacFarlane
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.fiddlosopher
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.fiddlosopher
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.fiddlosopher
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1841 788f1e2b-df1e-0410-8736-df70ead52e1b