aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-26Docx writer: include abstract with Abstract style.John MacFarlane1-1/+8
2014-07-21Markdown writer: Avoid wrapping that might start a list.John MacFarlane1-1/+5
2014-07-20EPUB writer: Avoid excess whitespace in nav.xhtml.John MacFarlane1-1/+1
2014-07-20AsciiDoc writer: Double markers in intraword emphasis.John MacFarlane1-11/+46
2014-07-19Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering8-14/+14
2014-07-16Remove unused import.John MacFarlane1-1/+0
2014-07-16Custom writers now work with `--template`.John MacFarlane1-2/+14
2014-07-16Made Citation information available in lua custom writer.John MacFarlane1-2/+17
2014-07-15HTML writer: Removed useless clause.John MacFarlane1-4/+0
2014-07-15LaTeX writer: Use \nolinkurl in email autolinks.John MacFarlane1-2/+9
2014-07-15EPUB writer: Keep newlines between block elements.John MacFarlane1-1/+1
2014-07-13RTF writer: Avoid extra paragraph tags in metadata.John MacFarlane1-2/+10