aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
AgeCommit message (Expand)AuthorFilesLines
2014-04-01Changed the smart punctuation parser to return Inlines rather than an Inline ...Matthew Pickering4-27/+24
2014-04-01Converted HTML reader to use builder. Fixes #1162.Matthew Pickering1-109/+126
2014-04-01Bugfix for #1175 and convert textile reader to use builder.Matthew Pickering1-134/+167
2014-03-31Make --toc-depth work well with books in latex/pdf output.John MacFarlane1-2/+2
2014-03-30Markdown writer: Use longer backtick fences if needed.John MacFarlane1-1/+5
2014-03-25LaTeX reader: Better handling of figure and table with caption.John MacFarlane1-11/+34
2014-03-25Parsing: Added stateCaption.John MacFarlane1-1/+2
2014-03-25Revert "LaTeX reader: Added LPState."John MacFarlane1-18/+0
2014-03-25LaTeX reader: Added LPState.John MacFarlane1-0/+18
2014-03-25Parsing: Added HasMacros, simplified other typeclasses.John MacFarlane2-30/+24
2014-03-25Whitespace change, and note:John MacFarlane1-0/+1
2014-03-25API changes to HasReaderOptions, HasHeaderMap, HasIdentifierList.John MacFarlane2-39/+47
2014-03-25LaTeX reader: Better handling of "table" environment.John MacFarlane1-0/+1
2014-03-24RTF writer: Fixed tables cells containing paragraphs.John MacFarlane1-1/+1
2014-03-24Merge pull request #1068 from jaimeMF/mw-images-langsJohn MacFarlane1-1/+5
2014-03-24Parsing: Make F an instance of Applicative. Closes #1138.John MacFarlane1-2/+2
2014-03-24Markdown reader: Fixed regression on line breaks in strict mode.John MacFarlane1-1/+1
2014-03-19PDF: Changes to error reporting, to handle non-UTF8 error output.John MacFarlane1-3/+2
2014-03-14EPUB writer: Handle files linked in raw img tags.John MacFarlane1-1/+1
2014-03-14EPUB writer: Handle media in audio source tags.John MacFarlane1-27/+28
2014-03-14EPUB writer: Incorporate files linked in <video> tags.John MacFarlane2-10/+47
2014-03-14RST writer: Avoid stack overflow with certain tables.John MacFarlane1-2/+6
2014-03-12Man writer: Ensure that terms in definition lists aren't line wrapped.John MacFarlane1-1/+1
2014-03-10PDF: Use / as path separators in latex input onlyTim Lin1-12/+15
2014-03-10PDF: Use / as path separators in tempdir on Windows.John MacFarlane1-3/+11
2014-03-09PDF: Use / as path separators even on Windows.John MacFarlane1-2/+3
2014-03-05HTML writer: Add colgroup around col tags.John MacFarlane1-5/+10
2014-03-05SelfContained: Handle "poster" attribute in "video" tags.John MacFarlane1-8/+10
2014-03-05Templates: YAML objects resolve to "true" in conditionals.John MacFarlane1-0/+1
2014-03-04Merge branch 'master' of https://github.com/mb21/pandoc into mb21-masterJohn MacFarlane1-0/+525
2014-03-04Add a simple Emacs Org-mode readerAlbert Krewinkel1-0/+552
2014-02-28InDesign ICML Writermb211-0/+525
2014-02-26Markdown reader: Improved parsing of nested divs.John MacFarlane1-0/+2
2014-02-26Markdown parser: avoid backtracking when closing `</div>` not found.John MacFarlane1-6/+13
2014-02-26Markdown reader: small efficiency improvement.John MacFarlane1-1/+1
2014-02-25Added readerTrace to ReaderOptions, --trace command line opt.John MacFarlane2-1/+13
2014-02-23PDF: Use ; for TEXINPUTS separator on Windows.John MacFarlane1-1/+6
2014-02-21Fixed bug in reference link parsing in markdown_mmd.John MacFarlane1-1/+1
2014-02-19Make rst figures true figures. Closes #1168.John MacFarlane1-1/+1
2014-02-17Merge pull request #1145 from wilx/en-dash-ligature-avoidanceJohn MacFarlane1-1/+1
2014-02-17HTML writer: Fixed bug with unnumbered section headings.John MacFarlane1-1/+2
2014-02-15Clarified field values in RstCustomRoles.Merijn Verstraaten1-0/+4
2014-02-15Enhanced Pandoc's support for rST roles.Merijn Verstraaten2-10/+83
2014-02-09Merge remote-tracking branch 'origin/master' into en-dash-ligature-avoidance.Vaclav Zeman29-377/+1420
2014-02-08Use \/ to avoid en-dash ligature instead of -{}-.Vaclav Zeman1-1/+1
2014-02-06Removed RenderState datatype context.Merijn Verstraaten1-2/+1
2014-02-04Slight code reorganization in endline.John MacFarlane1-5/+3
2014-01-24ImageSize: Avoid use of lookAhead, which is not in binary >= 0.6.John MacFarlane1-4/+5
2014-01-22Fixed mediawiki ordered list parsing.John MacFarlane1-10/+15
2014-01-20HTML reader: Fixed bug reading inline math with `$$`.John MacFarlane1-2/+2