aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-27Markdown/RST reader: Skip blank lines.John MacFarlane4-5/+20
2013-01-26RST writer: Use `.. code:: language` for code blocks with language.John MacFarlane11-20/+25
2013-01-26Markdown writer: Use autolink when link text matches url.John MacFarlane1-3/+3
2013-01-26Removed hsmarkdown.John MacFarlane1-5/+0
2013-01-25Markdown reader: Simplified and sped up str parser.John MacFarlane1-15/+9
2013-01-25RST reader: Allow anonymous form of explicit links.John MacFarlane1-0/+1
2013-01-25Changed copyright date range on Markdown reader.John MacFarlane1-1/+1
2013-01-25Minor code cleanup.John MacFarlane1-7/+6
2013-01-25Markdown reader: Moved guardEnabled to definitionList.John MacFarlane1-1/+1
2013-01-25Markdown reader: Performance improvement in str parser.John MacFarlane1-3/+6
2013-01-25Use anyLine everywhere instead of 'manyTill anyChar newline'.John MacFarlane3-11/+11
2013-01-25Parsing: More improvements of anyLine parser.John MacFarlane1-6/+8
2013-01-25More anyLine tweaks: Use incSourceLine.John MacFarlane1-1/+1
2013-01-25anyLine: Set position properly.John MacFarlane1-0/+3
2013-01-25Makefile: Don't enable tests in 'make prof'.John MacFarlane1-1/+1
2013-01-25Markdown reader: More efficient version of scanForPipe.John MacFarlane1-1/+5
2013-01-25Parsing: Much faster new version of anyLine.John MacFarlane1-1/+8
2013-01-25Increased ansi-terminal upper bound.John MacFarlane1-1/+1
2013-01-25.gitmodule: Use https rather than git URL.John MacFarlane1-1/+1
2013-01-25make-pandoc-man-pages: CPP macros to import right time module.John MacFarlane1-1/+4
2013-01-25Relaxed old-time version bound, allowing 1.0.*.John MacFarlane1-1/+1
2013-01-25Fixed Makefile PHONY line.John MacFarlane1-1/+1
2013-01-23Updated changelog.John MacFarlane1-0/+53
2013-01-23Version bump to 1.10.0.5.John MacFarlane1-1/+1
2013-01-23Makefile: Added sdist.John MacFarlane1-1/+5
2013-01-23Use hsb2hs preprocessor instead of TH for embed_data_files.John MacFarlane4-9/+23
2013-01-23Eliminated use of TH in test suite.John MacFarlane8-72/+43
2013-01-23Added Text.Pandoc.Data (non-exported) if embed_data_files selected.John MacFarlane3-7/+12
2013-01-23Fixed regressions in fenced code blocks.John MacFarlane1-16/+6
2013-01-23Merge branch 'master' of github.com:jgm/pandocJohn MacFarlane2-6/+13
2013-01-22Changes to make-windows-installer.bat.John MacFarlane1-2/+4
2013-01-22README: Split up documentation of table extensions.John MacFarlane1-4/+9
2013-01-22Merge branch 'master' of github.com:jgm/pandocJohn MacFarlane4-4/+8
2013-01-22Another fix to the CPP macro in EPUB writer.John MacFarlane1-1/+1
2013-01-22windowns installer: Removed --disable-library-for-ghci.John MacFarlane1-1/+1
2013-01-22Fixed MIN_VERSION - need to sub _ for - in blaze-html.John MacFarlane1-1/+1
2013-01-22Force reinstall for windows package.John MacFarlane1-1/+1
2013-01-22Corrected name of `blank_before_blockquote` in README.John MacFarlane1-1/+1
2013-01-21Markdown reader: Try lhsCodeBlock before rawTeXBlock.John MacFarlane1-1/+1
2013-01-21Merge pull request #717 from juhp/patch-1John MacFarlane1-0/+4
2013-01-22EPUB: condition Blaze Utf8 module name import on blaze-html versionJens Petersen1-0/+4
2013-01-21Updated tested-with in cabal file.John MacFarlane1-1/+1
2013-01-21LaTeX template: Use `\urlstyle{same}` to avoid monospace URLs.John MacFarlane4-7/+8
2013-01-21Use proportional font for email autolinks with obfuscation.John MacFarlane2-2/+2
2013-01-21Markdown reader: Fixed bug with headerless grid tables.John MacFarlane3-3/+93
2013-01-20Fixed bug in uri parser.John MacFarlane1-1/+1
2013-01-20make-windows-installer: force reinstall of citeproc-hs and h-k.John MacFarlane1-2/+2
2013-01-20Version bump to 1.10.0.4.John MacFarlane1-1/+1
2013-01-20Updated changelog.John MacFarlane1-0/+4
2013-01-20Fixed bug with escaped % in LaTeX reader.John MacFarlane3-1/+9