aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-05Merge branch 'citations'John MacFarlane2-9/+17
2013-02-05Added `--default-image-extension` and `readerDefaultImageExtension`.John MacFarlane4-112/+134
2013-02-05Revert "Hide module Text.Pandoc.Highlighting."John MacFarlane1-1/+1
2013-02-05Version bump to 1.11 due to API changes.John MacFarlane1-1/+1
2013-02-05Hide module Text.Pandoc.Highlighting.John MacFarlane1-1/+1
2013-02-05Hide module Text.Pandoc.Parsing.John MacFarlane1-1/+1
2013-02-03Beamer template: Lines to fix captions with longtable.John MacFarlane1-5/+7
2013-02-03Citation changes.John MacFarlane2-9/+17
2013-02-02Removed unneeded blanklines in pipeTable parser.John MacFarlane1-1/+0
2013-02-02Optimized oneOfStringsCI.John MacFarlane1-3/+9
2013-01-30HTML reader: Handle colgroup tag.John MacFarlane1-1/+2
2013-01-28Updated changelog.John MacFarlane1-11/+14
2013-01-28DocBook writer: for linebreak, but newline in literallayout.John MacFarlane2-2/+3
2013-01-28Updated changelog.John MacFarlane1-0/+47
2013-01-28Version bump to 1.10.1.John MacFarlane2-2/+2
2013-01-28Fixed latex macro parsing.John MacFarlane3-6/+6
2013-01-28Updated latex table tests.John MacFarlane1-7/+7
2013-01-28LaTeX writer: Avoid extra space at start/end of table cell.John MacFarlane1-1/+3
2013-01-28Markdown writer: Set title, author, date variables as before.John MacFarlane1-0/+3
2013-01-28Merge pull request #733 from jrunningen/masterJohn MacFarlane3-1/+8
2013-01-27Markdown/RST reader: Skip blank lines.John MacFarlane4-5/+20
2013-01-27Mediawiki reader: Don't require blanklines after tables.Jeff Runningen3-1/+8
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