aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
AgeCommit message (Expand)AuthorFilesLines
2017-05-18Don't render LaTeX images with data: URIs.John MacFarlane1-0/+3
2017-05-18Docx writer: Change FigureWithCaption to CaptionedFigure (#3658)Ian1-1/+1
2017-05-18Don't double extract images from docx.John MacFarlane1-9/+14
2017-05-18Markdown: allow attributes in reference links to start on next line.John MacFarlane1-1/+3
2017-05-18Add `--eol` flag and writer option to control line endings.Stefan Dresselhaus2-13/+54
2017-05-17Markdown writer: Fixed duplicated reference linksJohn MacFarlane1-11/+15
2017-05-17Merge pull request #3676 from labdsf/space-charJohn MacFarlane1-1/+1
2017-05-17Merge pull request #3677 from labdsf/anylinenewlineJohn MacFarlane5-8/+7
2017-05-17Move anyLineNewline to Parsing.hsAlexander Krotov5-8/+7
2017-05-17Txt2Tags parser: newline is not indentationAlexander Krotov1-1/+1
2017-05-16Org reader: replace `sequence . map` with `mapM`Albert Krewinkel2-3/+3
2017-05-16Org reader: put tree parsing code into dedicated moduleAlbert Krewinkel2-210/+262
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 Krewinkel70-136/+142
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