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