summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * | Add Text.Pandoc.Error module with PandocError typeMatthew Pickering2015-02-18
| * | Remove partial function from PrettyMatthew Pickering2015-02-18
| * | Remove landmine from ImageSizeMatthew 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
| * | Generalise signature of addWarningMatthew Pickering2015-02-18
| * | Add check to see whether in a footnote to ParserState (to avoid circular foot...Matthew 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
| * | Added generalize function which can be used to lift specialised parsers.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
* | | Generalise signature of addWarningMatthew Pickering2015-03-22
* | | Add check to see whether in a footnote to ParserState (to avoid circular foot...Matthew 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
* | | Added generalize function which can be used to lift specialised parsers.Matthew Pickering2015-03-22
* | | Markdown writer: fixes for GHC 7.10.John MacFarlane2015-03-19
* | | Derive from Data and Typeable for libpandocShahbaz Youssefi2015-03-19
* | | 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
|\ \ \
| * | | Docx Writer: set firstRow information in tablesNikolay Yakimov2015-03-08
| * | | Code cleanupNikolay Yakimov2015-03-03
| * | | Started moving StyleMap out of writer codeNikolay Yakimov2015-03-01
| * | | Update Docx writer for 1cb601d reference.docxNikolay Yakimov2015-03-01
| * | | Comment out unused functions to make CI happyNikolay Yakimov2015-02-24
| * | | Treat some ambiguous styles as custom for nowNikolay Yakimov2015-02-24
| * | | Do not lookup custom stylesNikolay Yakimov2015-02-23
| * | | Also skip SourceCode style if existsNikolay Yakimov2015-02-23
| * | | If --no-highlight is set, remove *Tok styles.Nikolay Yakimov2015-02-22
| * | | Prototype fix for #1872Nikolay Yakimov2015-02-22
| * | | Initial stab at more involved fix for #1607Nikolay Yakimov2015-02-21
* | | | Replace occurrences of 'Github' with 'GitHub'Tom Leese2015-03-16
* | | | AsciiDoc writer: avoid wrapping after list marker.John MacFarlane2015-03-15
* | | | AsciiDoc writer: insert some needed blank lines.John MacFarlane2015-03-15
* | | | Merge pull request #1989 from zudov/shortcut_ref_link_prJohn MacFarlane2015-03-15
|\ \ \ \
| * | | | Support shortcut reference links in markdown writerKonstantin Zudov2015-03-10
* | | | | Really fix #1394.John MacFarlane2015-03-14