aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-17HTML writer: Fixed bug with unnumbered section headings.John MacFarlane1-1/+2
2014-02-15Merge pull request #1163 from merijn/masterJohn MacFarlane4-10/+121
2014-02-15Clarified field values in RstCustomRoles.Merijn Verstraaten1-0/+4
2014-02-15Enhanced Pandoc's support for rST roles.Merijn Verstraaten4-10/+117
2014-02-13Added explanation of 'nocite' trick.John MacFarlane1-0/+15
2014-02-07Merge pull request #1143 from merijn/masterJohn MacFarlane1-2/+1
2014-02-06Removed RenderState datatype context.Merijn Verstraaten1-2/+1
2014-02-04Slight code reorganization in endline.John MacFarlane1-5/+3
2014-02-03Version bump to 1.12.3.3.John MacFarlane2-1/+6
2014-02-03Version bump to 1.12.3.2.John MacFarlane1-1/+1
2014-02-03Updated changelog.John MacFarlane1-0/+14
2014-01-27Bumped version bounds for blaze-html, blaze-markup.John MacFarlane1-2/+2
2014-01-24ImageSize: Avoid use of lookAhead, which is not in binary >= 0.6.John MacFarlane1-4/+5
2014-01-22Fixed mediawiki ordered list parsing.John MacFarlane2-12/+17
2014-01-20HTML reader: Fixed bug reading inline math with `$$`.John MacFarlane1-2/+2
2014-01-16Merge pull request #974 from merijn/masterJohn MacFarlane1-6/+17
2014-01-14Allow binary 0.5. Version bump to 1.12.3.1.John MacFarlane3-5/+12
2014-01-13Removed obsolete README note about mmd title blocks.John MacFarlane1-4/+3
2014-01-10Updated release checklist.John MacFarlane1-3/+1
2014-01-10Fixed bug in changelog (item was put under wrong release).John MacFarlane1-2/+2
2014-01-09Require latest texmath, highlighting-kate.John MacFarlane1-4/+4
2014-01-09Updated changelog.John MacFarlane1-0/+11
2014-01-09Minor improvement to exif parser.John MacFarlane1-2/+2
2014-01-09Relaxed version bounds on attoparsec, text, aeson.John MacFarlane1-6/+6
2014-01-09Markdown parser: be more permissive about citation keys.John MacFarlane1-3/+4
2014-01-09Better exif parsing, including image resolution.John MacFarlane2-16/+212
2014-01-08Text.Pandoc.ImageSize: Parse EXIF format JPGs.John MacFarlane1-6/+28
2014-01-08fetchItem: Handle image URLs beginning with '//'.John MacFarlane1-4/+9
2014-01-08Added README comment on line breaks in cellsJohn MacFarlane1-0/+3
2014-01-07Updated changelog.John MacFarlane1-2/+6
2014-01-07Markdown reader: Allow hard line breaks in table cells.John MacFarlane1-3/+3
2014-01-07Updated tests for latest texmath.John MacFarlane1-1/+1
2014-01-07Updated changelog.John MacFarlane1-0/+97
2014-01-07Added wmf and emf mime types.John MacFarlane1-0/+2
2014-01-07Fixed small regression in docx writer.John MacFarlane1-3/+6
2014-01-06Increase upper bound for text.John MacFarlane1-3/+2
2014-01-06Increase upper bound on process.John MacFarlane1-1/+1
2014-01-06EPUB writer: Strip out footnotes from toc entries.John MacFarlane1-5/+6
2014-01-06EPUB writer: Avoid duplicate notes when headings contain notes.John MacFarlane1-1/+7
2014-01-06Added note to Interact.hs recommending 'cabal repl'.John MacFarlane1-0/+4
2014-01-06HTML writer: Omit footnotes from TOC entries.John MacFarlane1-1/+3
2014-01-05Removed references to biblio2yaml in installers.John MacFarlane3-4/+1
2014-01-04make_osx_package: Don't hardcode jgm, use whoami.John MacFarlane1-1/+1
2014-01-03The `--bibliography` option now sets the `biblio-files` variable.John MacFarlane1-0/+3
2014-01-03Documented biblio-files variableJohn MacFarlane1-0/+2
2014-01-02Merge pull request #1005 from nougad/consistent_bibliographyJohn MacFarlane1-1/+3
2014-01-02RST writer: Ensure no blank line after def in definition list.John MacFarlane1-1/+1
2014-01-02Pretty: Added nestle. API change, minor version bump to 1.12.3.John MacFarlane2-2/+11
2014-01-02HTML writer: With --toc, headers no longer link to themselves.John MacFarlane1-15/+8
2014-01-02Use isHeaderBlock from Shared rather than defining it anew...John MacFarlane2-9/+3