aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-13Use raw HTML for complex block quotes.John MacFarlane1-1/+7
2014-07-13DokuWiki writer: Use raw HTML for complex lists...John MacFarlane1-13/+40
2014-07-13DokuWiki writer: Normalize to collapse adjacent raw HTML blocks.John MacFarlane1-1/+1
2014-07-13DokuWiki writer: More tweaks to email links. (#1398)John MacFarlane1-4/+3
2014-07-13DokuWiki writer: Use pointy brackets for email links.John MacFarlane1-0/+2
2014-07-13Dokuwiki writer: More idiomatic code for escaping.John MacFarlane1-2/+4
2014-07-13DokuWiki writer: More raw HTML fixes. (#1398)John MacFarlane1-2/+4
2014-07-13DokuWiki writer: Fix raw inlines and blocks.John MacFarlane1-6/+6
2014-07-13Markdown writer: Use span with style for SmallCaps. (#1360)John MacFarlane1-1/+8
2014-07-13Markdown writer: use Span instead of (hackish) SmallCaps in plainify.John MacFarlane1-9/+10
2014-07-13EPUB writer: Use stringify instead of custom plainify.John MacFarlane1-16/+10
2014-07-13Merge branch 'claremacrae-dokuwiki'.John MacFarlane1-2/+4