summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add a simple Emacs Org-mode readerAlbert Krewinkel2014-03-04
* Markdown reader: Improved parsing of nested divs.John MacFarlane2014-02-26
* Markdown parser: avoid backtracking when closing `</div>` not found.John MacFarlane2014-02-26
* Markdown reader: small efficiency improvement.John MacFarlane2014-02-26
* Added readerTrace to ReaderOptions, --trace command line opt.John MacFarlane2014-02-25
* PDF: Use ; for TEXINPUTS separator on Windows.John MacFarlane2014-02-23
* Fixed bug in reference link parsing in markdown_mmd.John MacFarlane2014-02-21
* Revised tests for new latex template.John MacFarlane2014-02-20
* default.latex template: use fontenc package only for pdflatex.John MacFarlane2014-02-20
* Make rst figures true figures. Closes #1168.John MacFarlane2014-02-19
* Move include-after to end in revealjs template. (certainlyakey)John MacFarlane2014-02-18
* Merge pull request #1145 from wilx/en-dash-ligature-avoidanceJohn MacFarlane2014-02-17
|\
| * Merge remote-tracking branch 'origin/master' into en-dash-ligature-avoidance.Vaclav Zeman2014-02-09
| |\
| * | Use \/ to avoid en-dash ligature instead of -{}-.Vaclav Zeman2014-02-08
* | | HTML writer: Fixed bug with unnumbered section headings.John MacFarlane2014-02-17
* | | Merge pull request #1163 from merijn/masterJohn MacFarlane2014-02-15
|\ \ \
| * | | Clarified field values in RstCustomRoles.Merijn Verstraaten2014-02-15
| * | | Enhanced Pandoc's support for rST roles.Merijn Verstraaten2014-02-15
* | | | Added explanation of 'nocite' trick.John MacFarlane2014-02-13
| |_|/ |/| |
* | | Merge pull request #1143 from merijn/masterJohn MacFarlane2014-02-07
|\| |
| * | Removed RenderState datatype context.Merijn Verstraaten2014-02-06
|/ /
* | Slight code reorganization in endline.John MacFarlane2014-02-04
* | Version bump to 1.12.3.3.John MacFarlane2014-02-03
* | Version bump to 1.12.3.2.John MacFarlane2014-02-03
* | 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