aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2019-01-09Beamer writer: avoid duplicated `fragile` property in some cases.John MacFarlane1-1/+3
2019-01-08EPUB writer: ensure that picture transforms are done on metadata too.John MacFarlane1-6/+6
2019-01-07Asciidoc writer: shorter delimiters for tables, blockquotes.John MacFarlane1-3/+2
2019-01-07revealjs writer: fix some section nesting corner cases.John MacFarlane1-6/+13
2019-01-04Use toTableOfContents in Powerpoint writer....John MacFarlane1-16/+3
2019-01-04RTF writer: use toTableOfContents from T.P.W.Shared.John MacFarlane1-17/+2
2019-01-04Implement --toc in commonmark/gfm writers.John MacFarlane2-3/+14
2019-01-04T.P.Writers.Shared - add toTableOfContents (API change).John MacFarlane2-22/+25
2019-01-02Implement task lists (#5139)Mauro Bieg4-15/+54
2019-01-02EPUB writer: small fixes to nav.xhtml.John MacFarlane1-0/+1
2019-01-02Commonmark writer: fix handling of SoftBreak with `hard_line_breaks`.John MacFarlane1-1/+1
2019-01-01Zimwiki writer: remove automatic colon prefix before internal images (#5183)damien clochard1-6/+2
2019-01-01Dokuwiki writer: remove automatic ':' prefix before internal image links (#5183)damien clochard1-6/+2
2018-12-31Replace read with safeRead (#5186)Mauro Bieg2-10/+12
2018-12-28Org writer: preserve line-numbering for example and code blocks.leungbk1-3/+9
2018-12-12ICML writer: support custom-styles (#5137)Mauro Bieg1-3/+10
2018-12-10ICML writer: support unnumbered headersmb211-2/+5
2018-12-05RST writer: don't wrap simple table header lines.John MacFarlane1-1/+1
2018-12-03Markdown writer: include needed whitespace after HTML figure.John MacFarlane1-1/+1
2018-11-27MediaWiki writer: fix caption, use 'thumb' instead of 'frame'.John MacFarlane1-17/+33
2018-11-24EPUB writer: handle calibre metadata.John MacFarlane1-1/+22
2018-11-22Hlint suggestions.John MacFarlane2-25/+24
2018-11-22RTF writer: fix warnings for skipped raw inlines.John MacFarlane1-1/+1
2018-11-22OpenDocument writer: small amendment to #5095.John MacFarlane1-1/+1
2018-11-22Merge pull request #5095 from pyssling/masterJohn MacFarlane1-2/+2
2018-11-22ODT writer: Fix list indentationNils Carlson1-2/+2
2018-11-21HTML writer: use plain `"` instead of `"` outside of attributes.John MacFarlane1-1/+2
2018-11-20Docx writer: Fix bookmarks to headers with long titles.John MacFarlane1-4/+18
2018-11-19Fix compiler warning.John MacFarlane1-1/+1
2018-11-19AsciiDoc writer: improve ordered lists.John MacFarlane1-32/+27
2018-11-19For bibliography match Div with id 'refs', not class 'references'.John MacFarlane4-8/+8
2018-11-15Asciidoc writer: Render Spans using `[#id .class]#contents#`.John MacFarlane1-3/+7
2018-11-15Muse writer: output tables as grid tables if they have multi-line cellsAlexander Krotov1-1/+13
2018-11-14Muse writer: indent simple tables only on the top levelAlexander Krotov1-4/+5
2018-11-14Muse writer: simplify "simpleTable"Alexander Krotov1-7/+4
2018-11-14Muse writer: remove outdated commentsAlexander Krotov1-3/+0
2018-11-13Muse writer: output tables with one column as grid tablesAlexander Krotov1-1/+1
2018-11-12LaTeX writer: don't emit `[<+->]` unless beamer output,John MacFarlane1-2/+3
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane7-10/+13
2018-11-07Merge pull request #5054 from lierdakil/docx-image-bookmarksJohn MacFarlane1-26/+17
2018-11-07Texinfo writer: add blank line before `@menu` section.John MacFarlane1-1/+2
2018-11-07[Docx Writer] Add bookmarks to code blocksNikolay Yakimov1-2/+2
2018-11-07[Docx Writer] Add bookmarks to imagesNikolay Yakimov1-2/+2
2018-11-07[Docx Writer] Refactor common bookmark creation code into a functionNikolay Yakimov1-22/+13
2018-11-07ICML writer: fix missing type signature warningAlbert Krewinkel1-3/+4
2018-11-06ICML writer: consolidate adjacent strings, inc. spaces.John MacFarlane1-15/+15
2018-11-06hlint Muse writerAlexander Krotov1-1/+1
2018-11-05CommonMark writer: make sure --ascii affects quotes, super/subscript.John MacFarlane1-6/+12
2018-11-05CommonMark writer: respect --ascii (#5043)quasicomputational1-1/+18
2018-11-05Muse writer: add support for --reference-location=Alexander Krotov1-6/+44