summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Beamer template: Lines to fix captions with longtable.John MacFarlane2013-02-03
* Removed unneeded blanklines in pipeTable parser.John MacFarlane2013-02-02
* Optimized oneOfStringsCI.John MacFarlane2013-02-02
* HTML reader: Handle colgroup tag.John MacFarlane2013-01-30
* Updated changelog.John MacFarlane2013-01-28
* DocBook writer: for linebreak, but newline in literallayout.John MacFarlane2013-01-28
* Updated changelog.John MacFarlane2013-01-28
* Version bump to 1.10.1.John MacFarlane2013-01-28
* Fixed latex macro parsing.John MacFarlane2013-01-28
* Updated latex table tests.John MacFarlane2013-01-28
* LaTeX writer: Avoid extra space at start/end of table cell.John MacFarlane2013-01-28
* Markdown writer: Set title, author, date variables as before.John MacFarlane2013-01-28
* Merge pull request #733 from jrunningen/masterJohn MacFarlane2013-01-28
|\
| * Mediawiki reader: Don't require blanklines after tables.Jeff Runningen2013-01-27
* | Markdown/RST reader: Skip blank lines.John MacFarlane2013-01-27
|/
* RST writer: Use `.. code:: language` for code blocks with language.John MacFarlane2013-01-26
* Markdown writer: Use autolink when link text matches url.John MacFarlane2013-01-26
* Removed hsmarkdown.John MacFarlane2013-01-26
* Markdown reader: Simplified and sped up str parser.John MacFarlane2013-01-25
* RST reader: Allow anonymous form of explicit links.John MacFarlane2013-01-25
* Changed copyright date range on Markdown reader.John MacFarlane2013-01-25
* Minor code cleanup.John MacFarlane2013-01-25
* Markdown reader: Moved guardEnabled to definitionList.John MacFarlane2013-01-25
* Markdown reader: Performance improvement in str parser.John MacFarlane2013-01-25
* Use anyLine everywhere instead of 'manyTill anyChar newline'.John MacFarlane2013-01-25
* Parsing: More improvements of anyLine parser.John MacFarlane2013-01-25
* More anyLine tweaks: Use incSourceLine.John MacFarlane2013-01-25
* anyLine: Set position properly.John MacFarlane2013-01-25
* Makefile: Don't enable tests in 'make prof'.John MacFarlane2013-01-25
* Markdown reader: More efficient version of scanForPipe.John MacFarlane2013-01-25
* Parsing: Much faster new version of anyLine.John MacFarlane2013-01-25
* Increased ansi-terminal upper bound.John MacFarlane2013-01-25
* .gitmodule: Use https rather than git URL.John MacFarlane2013-01-25
* make-pandoc-man-pages: CPP macros to import right time module.John MacFarlane2013-01-25
* Relaxed old-time version bound, allowing 1.0.*.John MacFarlane2013-01-25
* Fixed Makefile PHONY line.John MacFarlane2013-01-25
* Updated changelog.John MacFarlane2013-01-23
* Version bump to 1.10.0.5.John MacFarlane2013-01-23
* Makefile: Added sdist.John MacFarlane2013-01-23
* Use hsb2hs preprocessor instead of TH for embed_data_files.John MacFarlane2013-01-23
* Eliminated use of TH in test suite.John MacFarlane2013-01-23
* Added Text.Pandoc.Data (non-exported) if embed_data_files selected.John MacFarlane2013-01-23
* Fixed regressions in fenced code blocks.John MacFarlane2013-01-23
* Merge branch 'master' of github.com:jgm/pandocJohn MacFarlane2013-01-23
|\
| * Changes to make-windows-installer.bat.John MacFarlane2013-01-22
| * README: Split up documentation of table extensions.John MacFarlane2013-01-22
* | Merge branch 'master' of github.com:jgm/pandocJohn MacFarlane2013-01-22
|\|
| * Another fix to the CPP macro in EPUB writer.John MacFarlane2013-01-22
| * windowns installer: Removed --disable-library-for-ghci.John MacFarlane2013-01-22
| * Fixed MIN_VERSION - need to sub _ for - in blaze-html.John MacFarlane2013-01-22