aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2014-08-28LaTeX writer: Fix tablesJose Luis Duran1-4/+11
2014-08-26Docx writer: Accomodate GHC 7.4 (no lookupEnv)Jesse Rosenthal1-1/+1
2014-08-25Docx writer: Default to user login and time of change if not given.Jesse Rosenthal1-6/+21
2014-08-25Docx writer: Implement track changes.Jesse Rosenthal1-9/+40
2014-08-24Hlint changes to Docx writer.John MacFarlane1-22/+19
2014-08-23Docx writer: Bibliography entries get Bibliography style.John MacFarlane1-2/+6
2014-08-19EPUB writer: don't use page-progression-direction in EPUB2.John MacFarlane1-16/+14
2014-08-17Merge pull request #1536 from considerate/masterJohn MacFarlane1-0/+3
2014-08-17Docx writer: Fixed regression, bungled list numbering.John MacFarlane1-3/+10
2014-08-17Simplify row width calculation.Viktor Kronvall1-2/+2
2014-08-17Include row width in table rows.Christoffer Ackelman1-0/+3
2014-08-16Markdown writer: don't escape $, ^, ~ when extensions are deactivated.John MacFarlane1-5/+16
2014-08-14Make `raw_tex` extension non-default for textile reader, writer.John MacFarlane1-1/+3
2014-08-12Merge pull request #1527 from mpickering/juicypixelsJohn MacFarlane1-2/+2
2014-08-13LaTeX Writer: Added missing closing braces to hyperdef commandsMatthew Pickering1-2/+2
2014-08-12HTML writer: use 'uri' or 'email' class for autolinks.John MacFarlane1-5/+8
2014-08-12ConTeXt writer: improved autolink detection.John MacFarlane1-1/+1
2014-08-12Beamer: Use \footnote<.->{..} for notes.John MacFarlane1-1/+6
2014-08-11LaTeX writer: Don't produce `\label{}` for Div or Span.John MacFarlane1-8/+7
2014-08-11Merge pull request #1519 from mpickering/moreJohn MacFarlane1-2/+7
2014-08-11Merge pull request #1365 from gbataille/docx-marginJohn MacFarlane1-1/+9
2014-08-11TeX Writer: Write hyperdef and label for identifiers on Div blocksMatthew Pickering1-2/+7
2014-08-11EPUB Writer: Added page-progression-direction meta fieldMatthew Pickering1-2/+21
2014-08-11EPUB Writer: Added explicit importsMatthew Pickering1-18/+26
2014-08-09HTML writer: Don't include empty TOC items for slide shows.John MacFarlane1-0/+3
2014-08-08Plain writer: Use ALL CAPS for level 1 headers.John MacFarlane1-1/+4
2014-08-08Markdown writer: Respect -raw_html.John MacFarlane1-12/+14
2014-08-08Org Writer: Write anchor elementsMatthew Pickering1-0/+2
2014-08-04Merge pull request #1486 from Aelve/minorJohn MacFarlane8-49/+54
2014-08-04Use texmath 0.7 interface.John MacFarlane4-16/+19
2014-08-04Add PatternGuards pragmas.Artyom Kazak3-2/+5
2014-08-04Remove dangling `where` from one function.Artyom Kazak1-1/+0
2014-08-04Use `stripPrefix` where appropriate.Artyom Kazak7-40/+43
2014-08-04Clean up `mediaTypeOf` a bit.Artyom Kazak1-6/+6
2014-08-03Correctly implement capitalisation.Artyom Kazak2-15/+6
2014-08-02Text.Pandoc.SelfContained changes.John MacFarlane1-2/+1
2014-07-31New module, Text.Pandoc.MediaBag.John MacFarlane1-1/+2
2014-07-31Made MediaBag a newtype, and added mime type information to media.John MacFarlane1-1/+1
2014-07-30Allow --self-contained to get content from MediaBag.John MacFarlane1-1/+1
2014-07-30RTF writer: Improved image embedding.John MacFarlane1-1/+12
2014-07-30RTF writer: refactored image embedding, using fetchItem'.John MacFarlane1-26/+21
2014-07-30PDF, Docx, EPUB, and ODT writers now automatically use MediaBag.John MacFarlane3-4/+6
2014-07-29Mediawiki writer: don't escape inside `<source>`.John MacFarlane1-4/+8
2014-07-29Docx writer: Print subtitle from metadata if present.John MacFarlane1-3/+9
2014-07-29LaTeX writer: use \(..\) instead of $..$ for inline math.John MacFarlane1-1/+1
2014-07-27Markdown writer: Separate adjacent lists of the same kind with comment.John MacFarlane1-3/+9
2014-07-27Markdown writer: More improvements to 'plain' output, updated tests.John MacFarlane1-21/+26
2014-07-27Markdown writer: Better 'plain' output.John MacFarlane1-83/+101
2014-07-27Markdown writer: Update definition lists.John MacFarlane1-2/+13
2014-07-26Docx writer: Added missing case from last commit.John MacFarlane1-1/+1