summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
...
| * Org reader: Allow image links with non-image targetsHans-Peter Deifel2015-02-25
* | Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane2015-03-28
|\ \
| * | Move utility error functions to Text.Pandoc.SharedMatthew Pickering2015-02-18
| * | Change return type of Txt2Tags readerMatthew Pickering2015-02-18
| * | Change return type of Textile readerMatthew Pickering2015-02-18
| * | Change return type of TWiki readerMatthew Pickering2015-02-18
| * | Change return type of RST readerMatthew Pickering2015-02-18
| * | Change return type of Org readerMatthew Pickering2015-02-18
| * | Change return type of OPML readerMatthew Pickering2015-02-18
| * | Change return type of Native readerMatthew Pickering2015-02-18
| * | Change return type of Mediawiki readerMatthew Pickering2015-02-18
| * | Change return type of Markdown readerMatthew Pickering2015-02-18
| * | Change return type of LaTeX readerMatthew Pickering2015-02-18
| * | Change return type of Haddock readerMatthew Pickering2015-02-18
| * | Change return type of HTML readerMatthew Pickering2015-02-18
| * | Change return type of EPUB readerMatthew Pickering2015-02-18
| * | Change return type of Docx readerMatthew Pickering2015-02-18
| * | Change return type of DocBook readerMatthew Pickering2015-02-18
| * | Factor out "returnState" into Parsing moduleMatthew Pickering2015-02-18
| * | HLint changesMatthew Pickering2015-02-18
| * | Remove F Monad from Markdown readerMatthew Pickering2015-02-18
| * | Remove F monad from ParsingMatthew Pickering2015-02-18
| * | Changed parseWithWarnings to the more general returnWarnings parser transformerMatthew Pickering2015-02-18
| * | Remove F monad from Org Reader.Matthew Pickering2015-02-18
* | | Markdown Reader: Require nonempty value in mmd title blockNikolay Yakimov2015-03-28
* | | Markdown Reader: Req. " " after key in mmd title blockNikolay Yakimov2015-03-28
* | | Markdown Reader: Disable meta exts for meta valuesNikolay Yakimov2015-03-28
* | | Docx Writer: Fix StyleMapNikolay Yakimov2015-03-24
* | | Allow pipe tables with header but no body.John MacFarlane2015-03-23
* | | Fix accidently usage of list monad instanceMatthew Pickering2015-03-23
* | | Add missing importMatthew Pickering2015-03-22
* | | Factor out "returnState" into Parsing moduleMatthew Pickering2015-03-22
* | | HLint changesMatthew Pickering2015-03-22
* | | Remove F Monad from Markdown readerMatthew Pickering2015-03-22
* | | Remove F monad from ParsingMatthew Pickering2015-03-22
* | | Changed parseWithWarnings to the more general returnWarnings parser transformerMatthew Pickering2015-03-22
* | | Remove F monad from Org Reader.Matthew Pickering2015-03-22
* | | Fixed a compiler warning.John MacFarlane2015-03-17
* | | Added CommonMark reader using cmark (libcmark bindings).John MacFarlane2015-03-17
* | | Merge pull request #1968 from lierdakil/issue1607John MacFarlane2015-03-16
|\ \ \
| * | | Code cleanupNikolay Yakimov2015-03-03
| * | | Started moving StyleMap out of writer codeNikolay Yakimov2015-03-01
| | |/ | |/|
* | | Merge pull request #1989 from zudov/shortcut_ref_link_prJohn MacFarlane2015-03-15
|\ \ \
| * | | Support shortcut reference links in markdown writerKonstantin Zudov2015-03-10
* | | | Properly gobble spaces after \\.John MacFarlane2015-03-14
* | | | LaTeX reader: allow block content in \title{}.John MacFarlane2015-03-14
* | | | Org reader: add support for smart punctuationCraig S. Bosma2015-03-09
* | | | LaTeX reader: allow non-empty colsep in tablesMathias Schenner2015-03-08
* | | | LaTeX reader: allow valign argument in tablesMathias Schenner2015-03-08
* | | | LaTeX reader: ignore options in `\lstinline`.John MacFarlane2015-03-07