summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Setup.hs: Only make pandoc.1 if README modified, be more verbose.John MacFarlane2011-01-16
* Support --chapters for ConTeXt output as well.John MacFarlane2011-01-16
* Use <chapter> for top docbook header if template has <book>.John MacFarlane2011-01-16
* Added --chapters option affecting docbook and latex.John MacFarlane2011-01-16
* HTML writer: Add ids to <section> tags.John MacFarlane2011-01-15
* Added upper bounds to all cabal dependencies.John MacFarlane2011-01-15
* Merge branch 'tests'John MacFarlane2011-01-15
|\
| * Minor code cleanup.John MacFarlane2011-01-14
| * Keep Tests.Arbitrary but remove quickcheck tests for now.John MacFarlane2011-01-14
| * Merge branch 'master' of github.com:jgm/pandoc into testsJohn MacFarlane2011-01-14
| |\
| * | Added quickcheck tests for normalize in Shared.John MacFarlane2011-01-14
| * | Added Tests/Arbitrary.hs, with Arbitrary instances.John MacFarlane2011-01-13
| * | Adjusted source to 80-column limit.John MacFarlane2011-01-13
| * | Moved Tests.Shared -> Tests.Helpers.John MacFarlane2011-01-13
| * | Fixed bug in markdown-citations.mhra.txt expected test output.John MacFarlane2011-01-13
| * | Generalized latexTestWithState to readerTestWithState.Nathan Gass2011-01-12
| * | Merge branch 'tests' of github.com:xabbu42/pandoc into testsNathan Gass2011-01-12
| |\ \
| | * | test diff output: put +/- at beginning of line.John MacFarlane2011-01-12
| * | | Removed copy-pasted -O2.Nathan Gass2011-01-12
| * | | Reordered test files.Nathan Gass2011-01-12
| |/ /
| * | Added line numbers to diff output in tests.John MacFarlane2011-01-12
| * | Updated lhs tests for new positioning of <title>.John MacFarlane2011-01-12
| * | Merge branch 'master' into testsJohn MacFarlane2011-01-12
| |\ \
| * | | Remove some accidentally commited functions. Fixed a type and alignment.Nathan Gass2011-01-12
| * | | Added some basic testing infrastructure and some latex reader tests.Nathan Gass2011-01-12
| * | | Started implementing splitted test suite.Nathan Gass2011-01-12
| * | | test-pandoc: Improved header for diff output.John MacFarlane2011-01-12
| * | | test-pandoc: More informative diff output on test failure.John MacFarlane2011-01-12
| * | | test-pandoc: Relocated --columns=80 to just where it's needed.John MacFarlane2011-01-12
| * | | test-pandoc: Fixed + and - in diff output, which were reversed.John MacFarlane2011-01-12
| * | | test-pandoc: More diff-like diffs in case of test failure.John MacFarlane2011-01-12
| * | | Improvements to test suite.John MacFarlane2011-01-12
| * | | Removed outdated comments.Nathan Gass2011-01-11
| * | | Moved test-pandoc.hs to tests directory.Nathan Gass2011-01-11
| * | | Removed run prefix from all test functions.Nathan Gass2011-01-11
| * | | Include lhs tests in existing testGroup structure.Nathan Gass2011-01-11
| * | | Add reader groups for markdown and rst reader tests.Nathan Gass2011-01-11
| * | | Changed test-pandoc to use test-framework and HUnit.Nathan Gass2011-01-10
* | | | Added new tests to pandoc.cabal.John MacFarlane2011-01-15
* | | | Fixed lhs tests for new position of <title> after <meta>s.John MacFarlane2011-01-15
* | | | Require Cabal version >= 1.6.John MacFarlane2011-01-14
* | | | Updated changelog.John MacFarlane2011-01-14
* | | | Fixed the parser for rst+lhs - set stateLiterateHaskell.John MacFarlane2011-01-14
* | | | Removed relann1.7 for now - duplicates changelog.John MacFarlane2011-01-14
* | | | HTML reader: parse simple tables.John MacFarlane2011-01-14
* | | | HTML reader: parse location tags in pSatisfy.John MacFarlane2011-01-14
* | | | LaTeX writer: Escape strings in \href{..}.John MacFarlane2011-01-14
* | | | Simplified Text.Pandoc.CharacterReferences by using TagSoup entity lookupJohn MacFarlane2011-01-14
| |_|/ |/| |
* | | LateX writer: In nonsimple tables, put cells in \parbox.John MacFarlane2011-01-14
* | | Parsing: Fixed bug in grid table parser.John MacFarlane2011-01-14