Age | Commit message (Expand) | Author | Files | Lines |
2016-09-02 | Remove directory compat | Jesse Rosenthal | 1 | -1/+1 |
2016-09-02 | Remove Text.Pandoc.Compat.Except | Jesse Rosenthal | 5 | -8/+5 |
2016-09-02 | Fix grouping of imports. | Jesse Rosenthal | 7 | -7/+8 |
2016-09-02 | Remove Compat.Monoid | Jesse Rosenthal | 14 | -14/+14 |
2016-08-30 | Org reader: respect unnumbered header property | Albert Krewinkel | 1 | -2/+10 |
2016-08-29 | Docx reader: make all compilers happy with traversable. | Jesse Rosenthal | 1 | -1/+3 |
2016-08-29 | Docx reader: Import traverse for ghc 7.8 | Jesse Rosenthal | 1 | -0/+1 |
2016-08-29 | Docx reader: clean up function with `traverse` | Jesse Rosenthal | 1 | -6/+1 |
2016-08-29 | Merge branch 'org-meta-handling' | Albert Krewinkel | 4 | -69/+195 |
2016-08-29 | Org reader: respect `creator` export option | Albert Krewinkel | 3 | -5/+8 |
2016-08-29 | Org reader: respect `email` export option | Albert Krewinkel | 3 | -5/+7 |
2016-08-29 | Org reader: respect `author` export option | Albert Krewinkel | 4 | -4/+23 |
2016-08-29 | Org reader: read HTML_head as header-includes | Albert Krewinkel | 1 | -0/+2 |
2016-08-29 | Org reader: set classoption meta from LaTeX_class_options | Albert Krewinkel | 1 | -1/+8 |
2016-08-29 | Org reader: set documentclass meta from LaTeX_class | Albert Krewinkel | 1 | -0/+1 |
2016-08-29 | Org reader: read LaTeX_header as header-includes | Albert Krewinkel | 1 | -9/+31 |
2016-08-29 | Org reader: give precedence to later meta lines | Albert Krewinkel | 1 | -1/+1 |
2016-08-29 | Org reader: allow multiple, comma-separated authors | Albert Krewinkel | 1 | -1/+9 |
2016-08-29 | Org reader: read markup only for special meta keys | Albert Krewinkel | 1 | -5/+20 |
2016-08-29 | Org reader: extract meta parsing code to module | Albert Krewinkel | 2 | -64/+111 |
2016-08-28 | Docx reader: update copyright. | Jesse Rosenthal | 3 | -6/+6 |
2016-08-28 | Docx reader: use all anchor spans for header ids. | Jesse Rosenthal | 1 | -1/+1 |
2016-08-28 | Docx reader: Let headers use exisiting id. | Jesse Rosenthal | 1 | -6/+10 |
2016-08-28 | Docx reader: Handle anchor spans with content in headers. | Jesse Rosenthal | 1 | -7/+8 |
2016-08-15 | StyleMap: export functions on StyleMap instances | Jesse Rosenthal | 1 | -0/+2 |
2016-08-13 | Docx parser: Use xml convenience functions | Jesse Rosenthal | 1 | -38/+27 |
2016-08-11 | Merge pull request #3048 from tarleb/latex-mini-fix | John MacFarlane | 1 | -1/+1 |
2016-08-09 | Merge pull request #3065 from tarleb/org-verse-indent | John MacFarlane | 1 | -1/+10 |
2016-08-09 | Org reader: ensure image sources are proper links | Albert Krewinkel | 3 | -39/+53 |
2016-08-08 | Org reader: preserve indentation of verse lines | Albert Krewinkel | 1 | -1/+10 |
2016-08-06 | MediaWiki reader: properly interpret XML tags in pre environments. | John MacFarlane | 1 | -3/+2 |
2016-08-06 | Improved mediawiki reader's treatment of verbatim constructions. | John MacFarlane | 1 | -7/+13 |
2016-08-06 | Fix for unquoted attribute values in mediawiki tables. | John MacFarlane | 1 | -1/+1 |
2016-07-29 | LaTeX reader: drop duplicate `*` in bibtexKeyChars | Albert Krewinkel | 1 | -1/+1 |
2016-07-22 | Textile reader: disallow empty URL in explicit link. | John MacFarlane | 1 | -1/+1 |
2016-07-22 | Textile reader: support `bc..` extended code blocks. | John MacFarlane | 1 | -5/+25 |
2016-07-20 | LaTeX reader: be more forgiving of non-standard characters. | John MacFarlane | 1 | -1/+1 |
2016-07-20 | LaTeX reader: more robust parsing of unknown environments. | John MacFarlane | 1 | -2/+9 |
2016-07-20 | RST reader: use Div for admonitions. | John MacFarlane | 1 | -8/+6 |
2016-07-19 | Textile reader: improve definition list parsing. | John MacFarlane | 1 | -6/+13 |
2016-07-18 | Textile reader: improved table parsing. | John MacFarlane | 1 | -22/+62 |
2016-07-15 | Don't require haddock-library 1.4. | John MacFarlane | 1 | -0/+4 |
2016-07-14 | Fixed compiler warnings. | John MacFarlane | 2 | -5/+5 |
2016-07-14 | Haddock reader - support math. | John MacFarlane | 1 | -0/+4 |
2016-07-14 | Removed some redundant class constraints. | John MacFarlane | 1 | -3/+3 |
2016-07-14 | Merge pull request #3019 from tarleb/org-verbatim-fix | John MacFarlane | 1 | -2/+4 |
2016-07-14 | Fixed exponential parsing bug in textile reader. | John MacFarlane | 1 | -0/+1 |
2016-07-14 | Org reader: fix parsing of verbatim inlines | Albert Krewinkel | 1 | -2/+4 |
2016-07-04 | Org reader: replace ugly code with view pattern | Albert Krewinkel | 1 | -5/+4 |
2016-07-03 | Merge pull request #3010 from tarleb/org-header-tree | John MacFarlane | 4 | -247/+386 |