aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2018-01-12Powerpoint writer: Add table of contentsJesse Rosenthal1-2/+33
2018-01-12Powerpoint writer: Set notes slide number correctlyJesse Rosenthal1-10/+8
2018-01-12Powerpoint writer: Ignore internal links without targets.Jesse Rosenthal1-12/+31
2018-01-12Powerpoint writer: Clean up adding metadata slideJesse Rosenthal1-6/+8
2018-01-12Powerpoint writer: Add anchor linksJesse Rosenthal1-20/+47
2018-01-12Powerpoint writer: Make the slide number available to the blocks.Jesse Rosenthal1-2/+10
2018-01-12Powerpoint writer: move curSlideId to environment.Jesse Rosenthal1-16/+16
2018-01-10LaTeX reader: fix inconsistent column widths.John MacFarlane1-2/+2
2018-01-09HTML writer: Fixed footnote backlinks with --id-prefix.John MacFarlane1-1/+1
2018-01-05Update copyright notices to include 2018Albert Krewinkel32-65/+65
2018-01-04Powerpoint writer: remove some code duplication.Jesse Rosenthal1-10/+3
2018-01-03Powerpoint writer: Ignore Notes divJesse Rosenthal1-0/+1
2018-01-03Powerpoint writer: Set default slidelevel correctly.Jesse Rosenthal1-1/+2
2018-01-03Powerpoint writer: Split blocks correctly for linked imagesJesse Rosenthal1-10/+15
2018-01-03Powerpoint writer: combine adjacent runs.Jesse Rosenthal1-2/+19
2018-01-03Powerpoint writer: Fix new replaceNamedChildrenJesse Rosenthal1-11/+9
2018-01-03PowerPoint writer: make inline code inherit code size.Jesse Rosenthal1-6/+6
2018-01-03Powerpoint writer: simplify replaceNamedChildren functionJesse Rosenthal1-9/+17
2018-01-03Powerpoint writer: code cleanupJesse Rosenthal1-103/+0
2018-01-03Powerpoint writer: Allow linked images.Jesse Rosenthal1-11/+32
2018-01-03PowerPoint writer: Fix error with empty table cell.Jesse Rosenthal1-6/+10
2018-01-03Powerpoint writer: Fix compiler error (again)Jesse Rosenthal1-3/+3
2018-01-03Powerpoint writer: Appease compilerJesse Rosenthal1-8/+11
2018-01-03Powerpoint writer: Implement two-column slides.Jesse Rosenthal1-12/+95
2018-01-02Merge pull request #4219 from stalmon/masterJohn MacFarlane1-4/+2
2018-01-02firstRow table definition compatibility for Word 2016Sebastian Talmon1-1/+1
2018-01-01Docx writer: Fix custom styles with spaces in the name.John MacFarlane1-1/+1
2018-01-02Removed redundant subtitle in titlestalmon1-3/+1
2017-12-30Muse writer: don't escape URIs from ASTAlexander Krotov1-1/+1
2017-12-28Merge pull request #4170 from oltolm/opendocumentJohn MacFarlane2-9/+49
2017-12-28improve formatting of formulas in OpenDocumentoltolm2-9/+49
2017-12-28LaTeX writer: Use \endhead after \toprule in headerless tables.John MacFarlane1-4/+3
2017-12-28FB2 writer: add cover image specified by "cover-image" metaAlexander Krotov1-1/+10
2017-12-28PowerPoint writer: Obey slide level optionJesse Rosenthal1-0/+3
2017-12-27Fix regression of DefinitionLists in custom writerAlbert Krewinkel1-1/+11
2017-12-27Fix custom writer regressionAlbert Krewinkel1-2/+1
2017-12-26LaTeX writer: Allow fragile=singleslide attribute in beamer slides.John MacFarlane1-2/+2
2017-12-26HTML writer: Use br elements in line blocks...John MacFarlane1-2/+1
2017-12-23Plain writer: don't linkify table of contents.John MacFarlane1-10/+12
2017-12-22RST writer: fix anchors for headers.John MacFarlane1-1/+1
2017-12-22PowerPoint writer: Treat lists inside BlockQuotes as listsJesse Rosenthal1-1/+13
2017-12-21Merge pull request #4177 from stencila/jats-xml-readerJohn MacFarlane1-18/+29
2017-12-21Merge branch 'master' of github.com:jgm/pandocJohn MacFarlane1-2/+8
2017-12-21Docx writer: ensure that `distArchive` is the one that comes with pandoc.John MacFarlane1-2/+6
2017-12-21JATS writer: Make <p> optional in <td> and <th> (#4178)Hamish Mackenzie1-0/+3
2017-12-21jats writer: Self closing tags for empty xref (#4187)Hamish Mackenzie1-2/+5
2017-12-22Improve support for code language in JATSHamish Mackenzie1-18/+29
2017-12-21Change notes to a smaller size.Jesse Rosenthal1-5/+22
2017-12-21PowerPoint writer: Add ability to force size.Jesse Rosenthal1-2/+6
2017-12-21PowerPoint writer: Implement notesJesse Rosenthal1-2/+30