summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Textile writer: Don't escape code in bc. block.John MacFarlane2011-01-23
* Textile writer: Don't HTML-escape between @'s.John MacFarlane2011-01-23
* Textile reader: Fixed bug (swallowed p at beginning of paragraph).John MacFarlane2011-01-23
* Textile writer: Use <pre> instead of bc.. for code with blank lines.John MacFarlane2011-01-23
* Textile reader: Support <tt> for inline code.John MacFarlane2011-01-23
* Textile reader: Added code blocks with bc.John MacFarlane2011-01-23
* Default to textile writer on .textile extension.John MacFarlane2011-01-23
* ConTeXt writer: Ensure cr after \stoptyping.John MacFarlane2011-01-22
* Text.Pandoc: Added jsonFilter for easy construction of scripts.John MacFarlane2011-01-22
* Markdown reader: slight speedup by moving whitespace parser.John MacFarlane2011-01-22
* RST reader: Big speed improvement (300->260ms).John MacFarlane2011-01-22
* 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