Age | Commit message (Expand) | Author | Files | Lines |
2015-03-14 | Properly gobble spaces after \\. | John MacFarlane | 1 | -10/+12 |
2015-03-14 | LaTeX reader: allow block content in \title{}. | John MacFarlane | 1 | -1/+3 |
2015-03-10 | Support shortcut reference links in markdown writer | Konstantin Zudov | 1 | -0/+1 |
2015-03-09 | Org reader: add support for smart punctuation | Craig S. Bosma | 1 | -8/+50 |
2015-03-08 | LaTeX reader: allow non-empty colsep in tables | Mathias Schenner | 1 | -1/+1 |
2015-03-08 | LaTeX reader: allow valign argument in tables | Mathias Schenner | 1 | -1/+1 |
2015-03-07 | LaTeX reader: ignore options in `\lstinline`. | John MacFarlane | 1 | -1/+1 |
2015-03-07 | MediaWiki writer: spaces to underscores in wikilink URL. | John MacFarlane | 1 | -2/+8 |
2015-03-07 | Fixed pipe tables -- headerless tables are not allowed. | John MacFarlane | 1 | -5/+3 |
2015-03-03 | Code cleanup | Nikolay Yakimov | 1 | -12/+12 |
2015-03-01 | Started moving StyleMap out of writer code | Nikolay Yakimov | 3 | -20/+137 |
2015-02-25 | Markdown reader: check for tex macros after indented code. | John MacFarlane | 1 | -3/+3 |
2015-02-25 | Org reader: Allow image links with non-image targets | Hans-Peter Deifel | 1 | -1/+1 |
2015-02-21 | Docx reader: Minor cleanup. | Jesse Rosenthal | 1 | -3/+4 |
2015-02-21 | Docx reader: allow sub/superscript verbatims. | Jesse Rosenthal | 1 | -1/+6 |
2015-02-19 | Docx reader: Allow numbering in the style file. | Jesse Rosenthal | 1 | -21/+33 |
2015-02-18 | Move utility error functions to Text.Pandoc.Shared | Matthew Pickering | 1 | -1/+1 |
2015-02-18 | Change return type of Txt2Tags reader | Matthew Pickering | 1 | -2/+3 |
2015-02-18 | Change return type of Textile reader | Matthew Pickering | 1 | -1/+2 |
2015-02-18 | Change return type of TWiki reader | Matthew Pickering | 1 | -2/+3 |
2015-02-18 | Change return type of RST reader | Matthew Pickering | 1 | -2/+4 |
2015-02-18 | Change return type of Org reader | Matthew Pickering | 1 | -4/+6 |
2015-02-18 | Change return type of OPML reader | Matthew Pickering | 1 | -20/+28 |
2015-02-18 | Change return type of Native reader | Matthew Pickering | 1 | -26/+14 |
2015-02-18 | Change return type of Mediawiki reader | Matthew Pickering | 1 | -5/+5 |
2015-02-18 | Change return type of Markdown reader | Matthew Pickering | 1 | -25/+33 |
2015-02-18 | Change return type of LaTeX reader | Matthew Pickering | 1 | -7/+4 |
2015-02-18 | Change return type of Haddock reader | Matthew Pickering | 1 | -3/+5 |
2015-02-18 | Change return type of HTML reader | Matthew Pickering | 1 | -5/+12 |
2015-02-18 | Change return type of EPUB reader | Matthew Pickering | 1 | -17/+20 |
2015-02-18 | Change return type of Docx reader | Matthew Pickering | 1 | -8/+11 |
2015-02-18 | Change return type of DocBook reader | Matthew Pickering | 1 | -11/+16 |
2015-02-18 | Factor out "returnState" into Parsing module | Matthew Pickering | 2 | -15/+2 |
2015-02-18 | HLint changes | Matthew Pickering | 1 | -82/+76 |
2015-02-18 | Remove F Monad from Markdown reader | Matthew Pickering | 1 | -312/+307 |
2015-02-18 | Remove F monad from Parsing | Matthew Pickering | 1 | -2/+1 |
2015-02-18 | Changed parseWithWarnings to the more general returnWarnings parser transformer | Matthew Pickering | 1 | -1/+1 |
2015-02-18 | Remove F monad from Org Reader. | Matthew Pickering | 1 | -227/+212 |
2015-02-13 | Docx reader: Handle lists correctly inside table cells. | Jesse Rosenthal | 1 | -1/+3 |
2015-02-02 | Textile reader: table improvements. | John MacFarlane | 1 | -16/+14 |
2015-01-25 | Merge pull request #1885 from mb21/html-reader-tables | John MacFarlane | 1 | -11/+22 |
2015-01-25 | fixes #1859 HTML Reader table parsing | mb21 | 1 | -11/+22 |
2015-01-22 | LaTeX reader: don't limit includes to .tex extension. | John MacFarlane | 1 | -2/+8 |
2015-01-21 | Docx: Parse images in deprecated vml format. | Jesse Rosenthal | 1 | -0/+10 |
2015-01-05 | ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik... | Mark Wright | 1 | -1/+1 |
2015-01-05 | ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik... | Mark Wright | 1 | -1/+2 |
2015-01-05 | ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik... | Mark Wright | 1 | -3/+4 |
2015-01-05 | ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha... | Mark Wright | 1 | -2/+2 |
2015-01-05 | Allow haddock-library 1.2, by calling the Documentation.Haddock.Types.MetaDoc... | Mark Wright | 1 | -1/+7 |
2015-01-01 | LaTeX reader: handle `tabular*` environment. | John MacFarlane | 1 | -3/+5 |