aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2019-09-19EPUB writer: improve splitting into chapters.John MacFarlane1-36/+23
2019-09-19Remove admonition-title remnants.John MacFarlane1-1/+1
2019-09-18LaTeX writer: use `\hspace{0pt}` for 0-width space U+200B.John MacFarlane1-0/+1
2019-09-14Add chapter-title class to EPUB chapter title h1 elements.John MacFarlane1-3/+5
2019-09-14EPUB toChapters: don't treat "refs" Div specially.John MacFarlane1-1/+1
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane12-462/+387
2019-09-04asciidoc writer: don't include `+` in code blocks for regular asciidoc.John MacFarlane1-2/+7
2019-09-02LaTeX writer: use `cslreferences` environment for csl bibliographies.John MacFarlane1-3/+18
2019-09-02HTML writer: use numeric character references with `--ascii`.John MacFarlane1-6/+2
2019-09-02LaTeX writer: strip off `{}` around locator for biblatex/natbib output.John MacFarlane1-1/+7
2019-08-27PowerPoint writer: Start numbering at appopriate numbers.Jesse Rosenthal1-4/+8
2019-08-25Use new doctemplates, doclayout.John MacFarlane31-786/+808
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