aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-21PowerPoint writer: Register notes to state.Jesse Rosenthal1-0/+8
2017-12-21Add Note state to PowerPoint writer.Jesse Rosenthal1-0/+2
2017-12-21Implement basic definition list functionality to PowerPoint writer.Jesse Rosenthal1-0/+9
2017-12-21Org writer: do not wrap "-" to avoid accidental bullet listsAlexander Krotov1-7/+12
2017-12-21Muse reader: parse anchors immediately after headings as IDsAlexander Krotov1-1/+1
2017-12-19Muse writer: don't wrap note references to the next lineAlexander Krotov1-1/+7
2017-12-19Fix for #4171 fix: don't wrap note references after SoftBreakAlexander Krotov1-0/+2
2017-12-18Org writer: don't allow fn refs to wrap to beginning of line.John MacFarlane1-1/+5
2017-12-15LaTeX writer: use \renewcommand for \textlatin with babel.John MacFarlane1-4/+7
2017-12-14Merge pull request #4148 from stencila/jats-figuresJohn MacFarlane1-14/+37