summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Txt2Tags.hs
Commit message (Expand)AuthorAge
* Txt2Tags reader: hlintAlexander Krotov2017-11-10
* hlintAlexander Krotov2017-11-02
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* Consistent underline for Readers (#2270)hftf2017-10-27
* Removed writerSourceURL, add source URL to common state.John MacFarlane2017-09-30
* Rewrote LaTeX reader with proper tokenization.John MacFarlane2017-07-07
* Move CR filtering from tabFilter to the readers.John MacFarlane2017-06-20
* Changed all readers to take Text instead of String.John MacFarlane2017-06-10
* Parsing: Provide parseFromString'.John MacFarlane2017-05-24
* Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel2017-05-23
* Move indentWith to Text.Pandoc.Parsing (#3687)Alexander Krotov2017-05-22
* Merge pull request #3676 from labdsf/space-charJohn MacFarlane2017-05-17
|\
| * Txt2Tags parser: newline is not indentationAlexander Krotov2017-05-17
* | Move anyLineNewline to Parsing.hsAlexander Krotov2017-05-17
|/
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane2017-01-27
* Removed `--normalize` option and normalization functions from Shared.John MacFarlane2017-01-25
* Readers: pass errors straight up to PandocMonad.Jesse Rosenthal2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Add Text2Tags to Text.PandocJesse Rosenthal2017-01-25
* Working on readers.Jesse Rosenthal2017-01-25
* Remove directory compatJesse Rosenthal2016-09-02
* Remove Compat.MonoidJesse Rosenthal2016-09-02
* Fixed compiler warnings.John MacFarlane2016-07-14
* Modified readers to emit SoftBreak when appropriate.John MacFarlane2015-12-12
* Restored Text.Pandoc.Compat.Monoid.John MacFarlane2015-11-09
* Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* More changes to avoid compiler warnings on ghc 7.10.John MacFarlane2015-10-14
* Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* Change return type of Txt2Tags readerMatthew Pickering2015-02-18
* Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5.John MacFarlane2014-12-19
* Txt2Tags Reader: Fixed crash when reading from stdinmpickering2014-08-21
* Txt2Tags Reader: Corrected formatting of %%mtime macrompickering2014-08-21
* Txt2Tags Reader: Parse Meta informationmpickering2014-08-21
* Txt2Tags reader: Header is now parsed only if standalone flag is setmpickering2014-08-20
* getT2TMeta: Take list of source files instead of single.John MacFarlane2014-07-30
* Added compatability layer to support directory-1.1Matthew Pickering2014-07-27
* Txt2Tags Reader: Added copyright informationMatthew Pickering2014-07-27
* Txt2Tags Reader: Added recognition of macrosMatthew Pickering2014-07-27
* Added txt2tags readerMatthew Pickering2014-07-27