summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* | Minor improvement to exif parser.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
* | Markdown reader: Allow hard line breaks in table cells.John MacFarlane2014-01-07
* | Added wmf and emf mime types.John MacFarlane2014-01-07
* | Fixed small regression in docx writer.John MacFarlane2014-01-07
* | 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
* | HTML writer: Omit footnotes from TOC entries.John MacFarlane2014-01-06
* | 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
* | 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
* | HLint: use fromMaybeHenry de Valence2013-12-19
* | HLint: use /=Henry de Valence2013-12-19
* | HLint: redundant parensHenry de Valence2013-12-19
* | HLint: Remove lambdas.Henry de Valence2013-12-19
* | HLint: use `elem` and `notElem`Henry de Valence2013-12-19
* | HLint: Use allHenry de Valence2013-12-19
* | LaTeX writer: Better treatment of footnotes in tables.John MacFarlane2013-12-17
* | LaTeX writer: Factored out function for table cell creation.John MacFarlane2013-12-17
* | LaTeX reader: Support babel-style quoting: `` "`..."' ``.John MacFarlane2013-12-17
* | Docbook reader: Avoid failure if tbody contains no tr or row elements.John MacFarlane2013-12-16
* | Properly handle script blocks in strict mode.John MacFarlane2013-12-15
* | LaTeX reader: add support for Verb macroJeff Arnold2013-12-13
* | EPUB writer: Fixed bug with `--epub-stylesheet`.John MacFarlane2013-12-13
* | Markdown reader: Fixed regression in title blocks.John MacFarlane2013-12-12
* | Added `withSocketsDo` around http conduit code in `openURL`.John MacFarlane2013-12-09
* | Don't use tilde code blocks with braced attributes in gfm output.John MacFarlane2013-12-09
* | Another small performance improvement.John MacFarlane2013-12-07
* | Small performance improvement in list parsing.John MacFarlane2013-12-07
* | Markdown reader: Fixed bug with literal `</div>` in lists.John MacFarlane2013-12-07
* | Text.Pandoc: Don't default to pandocExtensions for all writers.John MacFarlane2013-12-06
* | HTML reader: Parse LaTeX math if appropriate options are set.John MacFarlane2013-12-06
* | Stop parsing "list lines" when we hit a block tag.John MacFarlane2013-12-04
* | Merge pull request #1076 from jlduran/booktabsJohn MacFarlane2013-12-03
|\ \
| * | Add booktabs package for LaTeX tablesJose Luis Duran2013-12-04