summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* ConTeXt writer: Don't add cr at end of inline footnote.John MacFarlane2011-01-22
* Make sure native output ends in newline with --standalone.John MacFarlane2011-01-21
* Haddock comment improvements.John MacFarlane2011-01-21
* Added --normalize option.John MacFarlane2011-01-20
* Markdown writer: Avoid printing excess spaces at end if no notes/refs.John MacFarlane2011-01-20
* Native writer: eliminated empty spaces in brackets.John MacFarlane2011-01-20
* Export readNative in Text.Pandoc.Shared.John MacFarlane2011-01-20
* Improved native writer using Pretty.John MacFarlane2011-01-20
* Made writeNative sensitive to writerStandalone.John MacFarlane2011-01-19
* Added Text.Pandoc.Readers.Native (readNative).John MacFarlane2011-01-19
* Use spaceChar instead of oneOf " \t" in rst reader.John MacFarlane2011-01-19
* Replaced more noneOf/oneOf parsers.John MacFarlane2011-01-19
* Replaced uses of oneOf with more efficient parsers.John MacFarlane2011-01-19
* More small parser rewrites for small performance gains.John MacFarlane2011-01-19
* Parsing: Rewrote spaceChar for significant speedup in readers.John MacFarlane2011-01-19
* Fixed problem with inline code in ConTeXt writer.John MacFarlane2011-01-19
* Removed '--no-citeproc' as alias for '--natbib'.John MacFarlane2011-01-16
* Minor code formatting.John MacFarlane2011-01-16
* Moved --chapters to before --number-sections in option list.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
* Merge branch 'tests'John MacFarlane2011-01-15
|\
| * Merge branch 'master' of github.com:jgm/pandoc into testsJohn MacFarlane2011-01-14
| |\
| * \ Merge branch 'master' into testsJohn MacFarlane2011-01-12
| |\ \
| * | | 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
* | | | Fixed the parser for rst+lhs - set stateLiterateHaskell.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
| |/ |/|
* | Improvements to --html5 support:John MacFarlane2011-01-11
* | Preliminary support for HTML5.John MacFarlane2011-01-11
* | Text.Pandoc: Improved readers, writers lists for lhs variants.John MacFarlane2011-01-11
|/
* pandoc: Test standalone' rather than standalone for final newline.John MacFarlane2011-01-07
* LaTeX reader: Support simple tables.John MacFarlane2011-01-07
* pandoc: Add newline to output unless standalone.John MacFarlane2011-01-06
* RST writer: blank line after literate Haskell code block.John MacFarlane2011-01-06
* test-pandoc: Wrap to 78 columns in lhs writer tests.John MacFarlane2011-01-06
* Markdown writer: blank line after delimited code block.John MacFarlane2011-01-06
* LaTeX reader: allow spaces btw \\begin or \\end and {.John MacFarlane2011-01-06
* LaTeX reader: Removed unnecessary 'spaces'.John MacFarlane2011-01-06
* HTML reader: Fixed bug in htmlTag for comments.John MacFarlane2011-01-06