aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2019-08-23Asciidoc writer: handle admonitions.John MacFarlane1-3/+22
2019-08-23Ensure proper nesting when we have long ordered list markers.John MacFarlane1-2/+5
2019-08-23add proofState to settingsList (#5703)Krystof Beuermann1-0/+1
2019-08-14Add thin space when needed in LaTeX quote ligatures.John MacFarlane1-4/+9
2019-08-13Fix multiline table for XWiki writer (#5683)Zihang Chen1-2/+4
2019-08-11JIRA writer: Remove escapeStringForJira for code blocksJan-Otto Kröpke1-2/+2
2019-07-30Markdown writer: Don't assume Doc has Eq instance.John MacFarlane1-11/+13
2019-07-30ConTeXt writer; don't use `== empty` with `Doc`, use `isEmpty`.John MacFarlane1-5/+5
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane26-163/+144
2019-07-24HTML writer: ensure TeX formulas are rendered correctly (#5658)Philip Pesca1-1/+1
2019-07-23Templates: Change type of renderTemplate'.John MacFarlane3-11/+10
2019-07-23HTML writer: render inline formulas correctly with --webtex (#5656)Philip Pesca1-1/+4
2019-07-20LaTeX writer: fix line breaks at start of paragraph.John MacFarlane1-9/+9
2019-07-19Change order of ilvl and numId in document.xml (#5647)Agustín Martín Barbero1-3/+3
2019-07-18Markdown writer: prefer using raw_attribute when enabled.John MacFarlane1-2/+2
2019-07-18HTML writer: ensure that line numbers in code blocks get id-prefix.John MacFarlane1-3/+5
2019-07-16Dokuwiki writer: handle mixed lists without HTML fallback.John MacFarlane1-20/+6
2019-07-16Ms writer: Use .LP instead of .PP for line block.John MacFarlane1-1/+1
2019-07-15Customizable type of PDF/A for the ConTeXt writer (issue #5608) (#5610)Karl Pettersson1-1/+4
2019-07-14Muse: add RTL supportAlexander Krotov1-5/+9
2019-07-13Merge pull request #5590 from blmage/fix-4206John MacFarlane1-7/+16
2019-07-13Man writer: Improved definition list term output.John MacFarlane1-2/+10
2019-07-13Man writer: fixed boldfacing of definition terms.John MacFarlane1-2/+2
2019-07-13EPUB writer: Use svg tag wrapper for cover image.John MacFarlane1-2/+12
2019-07-12Pass through aria- attributes to HTML5.John MacFarlane1-0/+1
2019-07-02Fix redundant constraint warnings. (#5625)Pete Ryland1-3/+3
2019-06-21JATS Writer: do not emit empty <fn-group> (#5595)Mauro Bieg1-1/+3
2019-06-18Do not override existing "fileN" medias when writing to EPUB format (fix #4206)blmage1-7/+16
2019-06-14Powerpoint code formatting is now context dependent (#5573)Jeroen de Haas2-21/+53
2019-06-12OpenDocument writer: Avoid duplicate attributes.John MacFarlane1-20/+23
2019-06-11LaTeX writer: Don't highlight code in headings.John MacFarlane1-3/+4
2019-06-11JATS writer: ensure validity of pub-date.John MacFarlane1-0/+22
2019-06-11JATS writer: don't use break element for LineBreak.John MacFarlane1-1/+2
2019-06-11JATS writer: wrap elements with p when needed.John MacFarlane1-5/+43
2019-06-10LaTeX writer: Use mbox to get proper behavior inside `\sout`.John MacFarlane1-6/+6
2019-06-10Asciidoc writer: use doubled ## when necessary for spans.John MacFarlane1-1/+3
2019-06-10Asciidoc writer: ensure correct nesting strong/emph.John MacFarlane1-0/+2
2019-06-08Roll back automatic figure/table numbering in ODT/OpenDocument.John MacFarlane1-2/+11
2019-06-07LaTeX writer: Include inline code attributes with `--listings`.John MacFarlane1-4/+12
2019-06-05Add jira writer (#5548)Albert Krewinkel1-0/+322
2019-06-04Fix document section assignments in EPUB writer.John MacFarlane1-4/+7
2019-06-03Avoid unwanted interpretation of def list term as other kind of block,John MacFarlane1-4/+4
2019-06-01Textile writer: fix closing tag for math outputAlbert Krewinkel1-1/+1
2019-05-29HTML writer: output video and audio elementsmb211-30/+22
2019-05-28HTML writer: emit empty alt tag in figures (#5518)Mauro Bieg1-1/+1
2019-05-27EPUB writer: don't include 'landmarks' if there aren't any.John MacFarlane1-9/+10
2019-05-27consolidate simple-table detection (#5524)Mauro Bieg3-34/+6
2019-05-25Muse writer: do not escape empty line after <br>Alexander Krotov1-4/+5
2019-05-22Markdown writer: Ensure the code fence is long enough.John MacFarlane1-11/+10
2019-05-21Markdown writer: fix small error in ed73bd28Jesse Rosenthal1-4/+3