aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-11-06T.P.App: extract Opt into separate moduleAlbert Krewinkel4-180/+227
2018-11-05Use DERIVE_JSON_VIA_TH in Text.Pandoc.Filter.John MacFarlane1-6/+6
2018-11-06hlint Muse writerAlexander Krotov1-1/+1
2018-11-05CommonMark writer: make sure --ascii affects quotes, super/subscript.John MacFarlane1-6/+12
2018-11-05CommonMark writer: respect --ascii (#5043)quasicomputational1-1/+18
2018-11-04XML: toHtml5Entities: prefer shorter entities...John MacFarlane1-3/+10
2018-11-05Muse writer: add support for --reference-location=Alexander Krotov1-6/+44
2018-11-04Add cabal flag `derive_json_via_th`Albert Krewinkel4-12/+110
2018-11-03AsciiDoc writer: prevent illegal nestings.John MacFarlane1-1/+9
2018-11-03AsciiDoc writer: use single-line section headers.John MacFarlane1-29/+9
2018-11-03Vimwiki reader: parse Text without converting to [Char]Alexander Krotov1-4/+3
2018-11-03Creole reader: parse Text without converting to [Char]Alexander Krotov1-4/+3
2018-11-03Make readWithM accept Text input as well as String (API change)Alexander Krotov1-12/+6
2018-11-03Add Text.Pandoc.Shared.ToString typeclass (API change)Alexander Krotov1-0/+12
2018-11-03App: extract output settings into moduleAlbert Krewinkel3-204/+347
2018-11-03App: extract command line options to separate moduleAlbert Krewinkel2-1035/+1099
2018-11-02Man reader: table improvements.John MacFarlane1-6/+7
2018-11-02Man reader: allow .SS to have blank contents.John MacFarlane1-1/+1
2018-11-02Roff reader: Don't require global table options.John MacFarlane1-2/+2
2018-11-02Roff reader: tbl improvements.John MacFarlane1-1/+2
2018-11-02Roff reader: Handle 'H' modifier after '.TS'.John MacFarlane1-3/+2
2018-11-02Roff reader: conditionals: allow .\} to end group.John MacFarlane1-3/+4
2018-11-02Roff reader: reinstate column check for macros.John MacFarlane1-10/+16
2018-11-02Roff reader: another fix for conditionals.John MacFarlane1-1/+1
2018-11-02Roff reader: fixed small issue with conditionals.John MacFarlane1-3/+1
2018-11-02Roff reader: Improved handling of custom strings as arguments.John MacFarlane1-6/+6
2018-11-02Roff reader: expand strings in font commands.John MacFarlane1-12/+26
2018-11-02Revert "Revert "Revert "Roff reader: custom Stream type."""John MacFarlane1-51/+27
2018-11-02Fix readWithM with Stream.John MacFarlane2-5/+3
2018-11-02Revert "Revert "Roff reader: custom Stream type.""John MacFarlane1-27/+51
2018-11-02Revert "Roff reader: custom Stream type."John MacFarlane1-51/+27
2018-11-02Roff reader: custom Stream type.John MacFarlane1-27/+51
2018-11-02T.P.Parsing: Generalize readWithM to any Char Stream.John MacFarlane1-5/+12
2018-11-02Roff reader: improve lexing of conditionals.John MacFarlane1-28/+49
2018-11-01Text.Pandoc.App: improved detection of format based on extension.John MacFarlane1-83/+66
2018-11-01Change 'groff' -> 'roff'.John MacFarlane5-12/+12
2018-11-01Implement --ascii for Markdown writer.John MacFarlane1-23/+35
2018-11-01HTML writer: use character entities references when possible for HTML5.John MacFarlane1-2/+8
2018-11-01Text.Pandoc.XML: add toHtml5Entities.John MacFarlane1-0/+18
2018-11-01Remove unnecessary hiding in Class.hsAlexander Krotov1-1/+0
2018-11-01Remove Monad constraint implied by StreamAlexander Krotov1-6/+6
2018-11-01hlint Parsing.hsAlexander Krotov1-11/+9
2018-11-01LaTeX writer: remove unused local bindAlexander Krotov1-1/+1
2018-11-01Make `uri` accept any stream with Char tokensAlexander Krotov1-1/+1
2018-11-01Rewrite "uri" without "withRaw"Alexander Krotov1-17/+16
2018-10-31Work around HXT limitation for --syntax-definition with windows drive.John MacFarlane1-2/+9
2018-10-31ZimWiki writer: number ordered list items sequentially...John MacFarlane1-28/+24
2018-10-31LaTeX writer: add newline if math ends in a comment.John MacFarlane1-2/+12
2018-10-30Roff reader: rename RoffToken constructors so they're shorter.John MacFarlane2-50/+50
2018-10-30Roff reader: renamed constructors for RoffToken...John MacFarlane2-50/+50