aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)AuthorFilesLines
2017-05-16Merge pull request #3671 from WUUUGI/horizont-spacingJohn MacFarlane1-1/+1
2017-05-15Textile reader: fix bug for certain links in table cells.John MacFarlane1-2/+5
2017-05-15Added support for horizontal spacing in LaTeX: parse \, to \8198 (six-per-em ...Henri Werth1-1/+1
2017-05-14Org reader: add basic file inclusion mechanismAlbert Krewinkel3-5/+43
2017-05-14Parsing: add `insertIncludedFilesF` which returns F blocksAlbert Krewinkel1-7/+24
2017-05-14Parsing: introduce `HasIncludeFiles` type classAlbert Krewinkel1-9/+22
2017-05-14Parsing: replace partial with total functionAlbert Krewinkel1-1/+1
2017-05-13Update dates in copyright noticesAlbert Krewinkel71-138/+144
2017-05-13Add haddock module description to FB2 writerAlbert Krewinkel1-1/+11
2017-05-13Change maintainer line in Org writer moduleAlbert Krewinkel1-1/+1
2017-05-12Replace `repeat' and `take' with `replicate' once moreAlexander Krotov1-1/+1
2017-05-11Combine grid table parsersAlbert Krewinkel2-101/+52
2017-05-07Markdown writer: missing \n (#3647)David A Roberts1-1/+1
2017-05-07Muse writer: Indent tables with one space (#3649)Alexander Krotov1-2/+2
2017-05-07Rename fillMedia -> fillMediaBag.John MacFarlane3-7/+8
2017-05-07PDF: use fillMedia and extractMedia to extract media to tmp dir.John MacFarlane1-39/+11
2017-05-07Moved fillMedia, extractMedia from App to Class.John MacFarlane2-52/+56
2017-05-07Added PandocHttpException, trap exceptions in fetching from URLs.John MacFarlane4-9/+26
2017-05-07Remove https flag.John MacFarlane1-21/+0
2017-05-07fillMediaBag: don't cause fatal error if resource not found.John MacFarlane1-10/+19
2017-05-07Allow `--extract-media` to work with non-binary input formats.John MacFarlane1-4/+26
2017-05-07Simplify plumbing for document transformation.John MacFarlane1-25/+21
2017-05-06Markdown reader: improved parsing of indented raw HTML blocks.John MacFarlane1-1/+7
2017-05-06LaTeX reader: Better handling of comments inside math environments.John MacFarlane1-30/+43
2017-05-06Fix keyval funtion: pandoc did not parse options in braces correctly.… (#3642)schrieveslaach1-1/+1
2017-05-06Drop redundant import of sortAlbert Krewinkel1-1/+1
2017-05-06Org reader: support macrosAlbert Krewinkel3-1/+65
2017-05-05Revert "SelfContained: special handling for css @import."John MacFarlane1-36/+5
2017-05-05SelfContained: special handling for css @import.John MacFarlane1-5/+36
2017-05-05SelfContained: Handle url() inside material retrieved from url().John MacFarlane1-3/+12
2017-05-04Include `backtick_code_blocks` extension in `mardkown_mmd`.John MacFarlane1-0/+1
2017-05-04Muse writer: omit automatic header identifiers (#3633)Alexander Krotov1-1/+10
2017-05-03Org reader: support table.el tablesAlbert Krewinkel3-8/+18
2017-05-02Generalize tableWith, gridTableWithAlbert Krewinkel2-26/+35
2017-05-03Markdown writer: better escaping for links (#3628)David A Roberts1-1/+10
2017-05-03LaTeX reader: Add support for tabularx environment (#3632)schrieveslaach1-1/+6
2017-05-03Markdown Writer: put space before reference link definitionsMauro Bieg1-1/+1
2017-05-02Added PandocResourceNotFound error.John MacFarlane6-29/+14
2017-05-02Markdown writer: Case-insensitive reference links. (#3616)David A Roberts1-14/+16
2017-05-02FB2 writer: Add support for "lang" metadata (#3625)Alexander Krotov1-2/+7
2017-04-30Lua filter: fall-back to global filters when none is returnedAlbert Krewinkel1-1/+12
2017-04-30Lua module: simplify Attributes, rename to AttrAlbert Krewinkel1-1/+1
2017-04-30Lua module: make Header argument order consistentAlbert Krewinkel1-1/+1
2017-04-30Provide shared F monad functions for Markdown and Org readersAlbert Krewinkel4-52/+36
2017-04-30Add returnF to Text.Pandoc.ParsingAlexander Krotov2-3/+3
2017-04-30Org reader: Avoid creating nullMeta by applying setMeta directlyAlexander Krotov1-4/+1
2017-04-29LaTeX writer: Fix problem with escaping in lstinline.John MacFarlane1-1/+6
2017-04-28LaTeX writer: don't use lstinline it \item[..].John MacFarlane1-1/+7
2017-04-28Ms writer: make use of already defined render' (#3613)Alexander Krotov1-2/+2
2017-04-28Muse writer: Do not reflow directives (#3614)Alexander Krotov1-2/+2