Age | Commit message (Expand) | Author | Files | Lines |
2019-10-04 | hlint FB2 reader | Alexander Krotov | 1 | -1/+1 |
2019-10-04 | Fix all hlint warnings in Muse reader | Alexander Krotov | 1 | -2/+2 |
2019-10-03 | Minor ghc 8.8 fixups. | John MacFarlane | 1 | -2/+6 |
2019-09-29 | RST reader: don't strip final underscore from absolute URI. | John MacFarlane | 1 | -3/+7 |
2019-09-28 | Use throwError instead of fail when appropriate. | John MacFarlane | 1 | -2/+3 |
2019-09-28 | Use Prelude.fail to avoid ambiguity with fail from GHC.Base. | John MacFarlane | 9 | -20/+20 |
2019-09-24 | LaTeX reader: Add 'tikzcd' to list of special environments. | Eigil Rischel | 1 | -0/+1 |
2019-09-22 | RST reader: Fixed parsing of indented blocks. | John MacFarlane | 1 | -6/+9 |
2019-09-22 | [Docx Writer] Re-use Readers.Docx.Parse for StyleMap (#5766) | Nikolay Yakimov | 3 | -380/+307 |
2019-09-22 | Use HsYAML-0.2.0.0 | John MacFarlane | 1 | -11/+12 |
2019-09-21 | [Docx Reader] Use style names, not ids, for assigning semantic meaning | Nikolay Yakimov | 3 | -183/+287 |
2019-09-21 | [Docx Reader] Code clean-up | Nikolay Yakimov | 2 | -63/+39 |
2019-09-19 | MediaWiki: skip optional {{table}} template. | John MacFarlane | 1 | -0/+1 |
2019-09-09 | LaTeX reader: Fix parsing of optional arguments that contain braced text. | John MacFarlane | 1 | -4/+3 |
2019-09-08 | Org reader: modify handling of example blocks. (#5717) | Brian Leung | 2 | -14/+43 |
2019-09-05 | Roff reader: Better support for 'while'. | John MacFarlane | 1 | -0/+3 |
2019-09-05 | Roff reader: improve handling of groups. | John MacFarlane | 1 | -4/+2 |
2019-09-04 | Roff reader: Fix problem parsing comments before macro. | John MacFarlane | 1 | -2/+0 |
2019-09-04 | Roff reader: more improvements in parsing conditionals. | John MacFarlane | 1 | -3/+4 |
2019-09-04 | Roff readers: better parsing of groups. | John MacFarlane | 1 | -9/+5 |
2019-09-02 | LaTeX reader: don't try to parse includes if raw_tex is set. | John MacFarlane | 1 | -5/+13 |
2019-09-02 | LaTeX reader: properly handle optional arguments for macros. | John MacFarlane | 2 | -2/+2 |
2019-08-27 | LaTeX reader: fix `\\` in `\parbox` inside a table cell. | John MacFarlane | 1 | -3/+18 |
2019-08-27 | Markdown reader: Headers: don't parse content over newline boundary. | John MacFarlane | 1 | -4/+15 |
2019-08-26 | Use parseFromString' in Muse reader. | John MacFarlane | 1 | -1/+1 |
2019-08-26 | Fix inline parsing in grid table cells. | John MacFarlane | 2 | -2/+2 |
2019-08-23 | RST reader: use title, not admonition-title, for admonition title. | John MacFarlane | 1 | -1/+1 |
2019-08-23 | docbook: richer parse for admonitions (#5593) | Michael Peyton Jones | 1 | -16/+27 |
2019-08-14 | LaTeX reader: improve withRaw so it can handle cases where... | John MacFarlane | 1 | -2/+3 |
2019-08-14 | Removed some needless lookaheads in Markdown reader. | John MacFarlane | 1 | -2/+0 |
2019-08-05 | Treat `ly` as verbatim too (#5671) | Urs Liska | 1 | -0/+1 |
2019-07-24 | LaTeX reader: handle `\passthrough` macro used by latex writer. | John MacFarlane | 1 | -0/+2 |
2019-07-22 | LaTeX reader: support tex `\tt` command. | John MacFarlane | 1 | -0/+1 |
2019-07-22 | Org reader: accept ATTR_LATEX in block attributes | Albert Krewinkel | 1 | -3/+11 |
2019-07-20 | LaTeX reader: search for image with list of extensions... | John MacFarlane | 1 | -6/+16 |
2019-07-19 | Markdown: Ensure that expanded latex macros end with space if original did. | John MacFarlane | 1 | -1/+10 |
2019-07-16 | LaTeX reader: handle \looseness command values better. | John MacFarlane | 1 | -5/+4 |
2019-07-14 | Muse: add RTL support | Alexander Krotov | 1 | -0/+12 |
2019-07-13 | Fix #4499: add mbox and hbox handling to LaTeX reader (#5586) | Vasily Alferov | 1 | -1/+11 |
2019-07-13 | Merge pull request #5589 from blmage/fix-3992 | John MacFarlane | 1 | -8/+15 |
2019-07-13 | Merge pull request #5606 from blmage/odt-frames | John MacFarlane | 4 | -75/+127 |
2019-07-13 | LaTeX reader: Properly handle \providecommand and environment... | John MacFarlane | 1 | -21/+30 |
2019-07-10 | RST reader: keep `name` property in `imgAttr`. (#5637) | Brian Leung | 1 | -1/+1 |
2019-07-06 | Markdown reader: handle inline code more eagerly within lists. (#5628) | Brian Leung | 1 | -5/+7 |
2019-07-02 | Fix redundant constraint warnings. (#5625) | Pete Ryland | 6 | -9/+8 |
2019-06-21 | Support epigraph command in LaTeX Reader. | oquechy | 1 | -0/+8 |
2019-06-20 | Improve the parsing of frames in ODT documents | blmage | 4 | -75/+127 |
2019-06-18 | Handle the case where the "cover" meta does not link to the manifest | blmage | 1 | -2/+2 |
2019-06-18 | Add support for EPUB2 covers (fix #3992) | blmage | 1 | -7/+14 |
2019-06-09 | DocBook reader: Issue IgnoredElement warnings. | John MacFarlane | 1 | -28/+37 |