summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Updated changelog.John MacFarlane2014-02-03
* Bumped version bounds for blaze-html, blaze-markup.John MacFarlane2014-01-27
* ImageSize: Avoid use of lookAhead, which is not in binary >= 0.6.John MacFarlane2014-01-24
* Fixed mediawiki ordered list parsing.John MacFarlane2014-01-22
* HTML reader: Fixed bug reading inline math with `$$`.John MacFarlane2014-01-20
* Merge pull request #974 from merijn/masterJohn MacFarlane2014-01-16
|\
| * Added support for LaTeX style literate Haskell code blocks in rST.Merijn Verstraaten2013-09-07
* | Allow binary 0.5. Version bump to 1.12.3.1.John MacFarlane2014-01-14
* | Removed obsolete README note about mmd title blocks.John MacFarlane2014-01-13
* | Updated release checklist.John MacFarlane2014-01-10
* | Fixed bug in changelog (item was put under wrong release).John MacFarlane2014-01-10
* | Require latest texmath, highlighting-kate.John MacFarlane2014-01-09
* | Updated changelog.John MacFarlane2014-01-09
* | Minor improvement to exif parser.John MacFarlane2014-01-09
* | Relaxed version bounds on attoparsec, text, aeson.John MacFarlane2014-01-09
* | Markdown parser: be more permissive about citation keys.John MacFarlane2014-01-09
* | Better exif parsing, including image resolution.John MacFarlane2014-01-09
* | Text.Pandoc.ImageSize: Parse EXIF format JPGs.John MacFarlane2014-01-08
* | fetchItem: Handle image URLs beginning with '//'.John MacFarlane2014-01-08
* | Added README comment on line breaks in cellsJohn MacFarlane2014-01-08
* | Updated changelog.John MacFarlane2014-01-07
* | Markdown reader: Allow hard line breaks in table cells.John MacFarlane2014-01-07
* | Updated tests for latest texmath.John MacFarlane2014-01-07
* | Updated changelog.John MacFarlane2014-01-07
* | Added wmf and emf mime types.John MacFarlane2014-01-07
* | Fixed small regression in docx writer.John MacFarlane2014-01-07
* | Increase upper bound for text.John MacFarlane2014-01-06
* | Increase upper bound on process.John MacFarlane2014-01-06
* | EPUB writer: Strip out footnotes from toc entries.John MacFarlane2014-01-06
* | EPUB writer: Avoid duplicate notes when headings contain notes.John MacFarlane2014-01-06
* | Added note to Interact.hs recommending 'cabal repl'.John MacFarlane2014-01-06
* | HTML writer: Omit footnotes from TOC entries.John MacFarlane2014-01-06
* | Removed references to biblio2yaml in installers.John MacFarlane2014-01-05
* | make_osx_package: Don't hardcode jgm, use whoami.John MacFarlane2014-01-04
* | The `--bibliography` option now sets the `biblio-files` variable.John MacFarlane2014-01-03
* | Documented biblio-files variableJohn MacFarlane2014-01-03
* | Merge pull request #1005 from nougad/consistent_bibliographyJohn MacFarlane2014-01-02
|\ \
| * | Fixed stupid copy&paste errorFlorian Eitel2013-09-30
| * | Don't add pandoc-citeproc filter if natbib or biblatex is usedFlorian Eitel2013-09-30
* | | RST writer: Ensure no blank line after def in definition list.John MacFarlane2014-01-02
* | | Pretty: Added nestle. API change, minor version bump to 1.12.3.John MacFarlane2014-01-02
* | | HTML writer: With --toc, headers no longer link to themselves.John MacFarlane2014-01-02
* | | Use isHeaderBlock from Shared rather than defining it anew...John MacFarlane2014-01-02
* | | ODT writer: Use mathml for proper rendering of formulas.John MacFarlane2014-01-02
* | | OpenDocument writer: Fixed RawInline, RawBlock so they don't escape.John MacFarlane2014-01-02
* | | Moved fixDisplayMath from Docx writer to Writer.Shared.John MacFarlane2014-01-02
* | | reference.odt: Tidied styles.xml.John MacFarlane2014-01-02
* | | HTML reader: Parse name/content pairs from meta tags as metadata.John MacFarlane2014-01-01
* | | Docx writer: Fixed problem with some modified reference docx files.John MacFarlane2014-01-01
* | | reference.docx: Include 'FootnoteText' style.John MacFarlane2013-12-27