summaryrefslogtreecommitdiff
path: root/src/Text
Commit message (Expand)AuthorAge
* Move utility error functions to Text.Pandoc.SharedMatthew Pickering2015-02-18
* Update haddocks and copyright noticesMatthew Pickering2015-02-18
* Update Pandoc.hsMatthew Pickering2015-02-18
* Make safeRead safe.Matthew 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
* 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
* ICML writer: Better handling of raw blocks and inlines.John MacFarlane2015-02-17
* Allow wildcards in `--epub-embed-font` arguments.John MacFarlane2015-02-13
* Improved building of data URIs in SelfContained.John MacFarlane2015-02-13
* Docx reader: Handle lists correctly inside table cells.Jesse Rosenthal2015-02-13
* Docx writer: Add footnotes id -1 and 0.Jesse Rosenthal2015-02-12
* Docx Writer: Add "BodyText" StyleJesse Rosenthal2015-02-11
* Docx Writer: Use FirstParagraph style at beginning.Jesse Rosenthal2015-02-10
* Docx Writer: Implement FirstParagraph StyleJesse Rosenthal2015-02-09
* Merge pull request #1927 from freephile/masterJohn MacFarlane2015-02-07
|\
| * update syntax for Images/Media files in MediaWikiGreg Rundlett2015-02-05
* | Merge branch 'patch/fixTexinfoWrap' of https://github.com/timtylin/scholdoc i...John MacFarlane2015-02-07
|\ \
| * | Texinfo writer: fix wrapping by using breakable spacesTim Lin2015-02-06
| |/
* / Append newline to the LineBreak of various writersTim Lin2015-02-04
|/
* Textile reader: table improvements.John MacFarlane2015-02-02
* LaTeX writer: Don't escape $ in URL. Closes #1913.John MacFarlane2015-02-01
* HTML writer: Add "inline" or "display" class to math spans.John MacFarlane2015-02-01
* Refactored `if x then [] else y` to `[y | not x]`Konstantin Zudov2015-01-29
* Do not ommit missing `alt` attribute on `img` tagKonstantin Zudov2015-01-29
* Fixed list-style-type for numbered example lists.John MacFarlane2015-01-27