Age | Commit message (Expand) | Author | Files | Lines |
2014-04-05 | Org reader: Support inline images | Albert Krewinkel | 1 | -2/+10 |
2014-04-05 | Org reader: Fix parsing of nested inlines | Albert Krewinkel | 1 | -0/+4 |
2014-03-04 | Merge branch 'master' of https://github.com/mb21/pandoc into mb21-master | John MacFarlane | 1 | -1/+1 |
2014-03-04 | Add a simple Emacs Org-mode reader | Albert Krewinkel | 1 | -0/+533 |
2014-02-28 | InDesign ICML Writer | mb21 | 1 | -1/+1 |
2013-12-19 | HLint: redundant parens | Henry de Valence | 2 | -3/+3 |
2013-12-19 | HLint: Remove lambdas. | Henry de Valence | 1 | -2/+2 |
2013-11-30 | Markdown writer: Fix rendering of tight sublists. | John MacFarlane | 1 | -0/+4 |
2013-11-22 | Fixed bug with intraword emphasis. | John MacFarlane | 1 | -0/+5 |
2013-10-21 | Fix definition lists with internal links in terms (closes #1032). | John MacFarlane | 1 | -0/+5 |
2013-10-20 | Pass the buildDir as first argument to test suite. | John MacFarlane | 1 | -4/+6 |
2013-09-01 | Markdown reader: Don't autolink a bare URI that is followed by `</a>`. | John MacFarlane | 1 | -1/+4 |
2013-09-01 | Use registerHeader in RST and LaTeX readers. | John MacFarlane | 1 | -5/+5 |
2013-08-26 | Added markdown citation parsing test. | John MacFarlane | 1 | -0/+4 |
2013-08-25 | Merge pull request #961 from nougad/add_latex_listings_label | John MacFarlane | 2 | -0/+14 |
2013-08-24 | Removed dependency on citeproc-hs. | John MacFarlane | 1 | -14/+0 |
2013-08-22 | Write id for code block to label attr in latex when listing is used | Florian Eitel | 2 | -0/+14 |
2013-08-20 | Create Cite element even if no matching reference in the biblio. | John MacFarlane | 1 | -1/+1 |
2013-08-16 | LaTeX writer: Avoid problem with footnotes in unnumbered headers. | John MacFarlane | 1 | -0/+6 |
2013-08-10 | Added Tests.Walk. | John MacFarlane | 1 | -0/+47 |
2013-08-10 | Adjustments for new Format newtype. | John MacFarlane | 1 | -4/+4 |
2013-07-21 | LaTeX reader: Don't add spurious ", " to citation suffixes. | John MacFarlane | 1 | -18/+18 |
2013-07-13 | Updated a test whose output changed due to last commit. | John MacFarlane | 1 | -4/+1 |
2013-06-26 | Stop escaping `|` in LaTeX math. | John MacFarlane | 1 | -1/+1 |
2013-06-24 | Use new flexible metadata type. | John MacFarlane | 4 | -18/+35 |
2013-06-19 | Added test for #882. | John MacFarlane | 1 | -0/+5 |
2013-03-28 | Added stubs for haddock reader tests. | John MacFarlane | 1 | -0/+4 |
2013-03-20 | Added OPML template, tests. | John MacFarlane | 1 | -1/+3 |
2013-03-19 | Added Text.Pandoc.Readers.OPML, exporting readOPML. | John MacFarlane | 1 | -0/+4 |
2013-03-17 | Markdown writer: New approach for citations. | John MacFarlane | 1 | -1/+1 |
2013-03-17 | Revert "LaTeX reader: citation handling changes." | John MacFarlane | 2 | -9/+3 |
2013-03-09 | LaTeX reader: citation handling changes. | John MacFarlane | 2 | -3/+9 |
2013-03-07 | Markdown writer: Render citations as pandoc-markdown citations. | John MacFarlane | 1 | -2/+2 |
2013-03-05 | Hide Text.Pandoc.Highlighting. | John MacFarlane | 1 | -1/+1 |
2013-01-23 | Eliminated use of TH in test suite. | John MacFarlane | 7 | -70/+42 |
2013-01-19 | Get rid of compiler warnings in Tests.Helpers. | John MacFarlane | 1 | -2/+5 |
2013-01-15 | Changed Ext_autolink_urls -> Ext_autolink_bare_uris. | John MacFarlane | 1 | -1/+1 |
2013-01-15 | Added lots of tests for bare URIs. | John MacFarlane | 1 | -0/+91 |
2013-01-13 | RST reader: Line block improvements. | John MacFarlane | 1 | -2/+2 |
2013-01-12 | Escape `|` as `\vert` in LaTeX math. | John MacFarlane | 1 | -0/+4 |
2013-01-12 | Fixed/simplified diff output for tests. | John MacFarlane | 1 | -13/+8 |
2013-01-09 | Added Attr field to Header. | John MacFarlane | 3 | -3/+6 |
2013-01-07 | Updated tests for tight/loose lists. | John MacFarlane | 2 | -11/+12 |
2013-01-03 | Updated test runner for changes in pandoc. | John MacFarlane | 1 | -6/+6 |
2013-01-02 | Fixed test suite to use Diff 0.2 API. | John MacFarlane | 1 | -7/+7 |
2012-10-28 | Removed citationSuppressParens. | John MacFarlane | 1 | -1/+1 |
2012-10-22 | LaTeX reader: Initialize citationSuppressParens field. | John MacFarlane | 1 | -1/+2 |
2012-10-21 | Revert "LaTeX reader: Use new suppressParens option for footnote citations." | John MacFarlane | 1 | -7/+6 |
2012-10-15 | LaTeX reader: Use new suppressParens option for footnote citations. | John MacFarlane | 1 | -6/+7 |
2012-09-29 | Renamed removedLeadingTrailingSpace to trim. | John MacFarlane | 1 | -2/+2 |