aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2019-04-02Add XWiki Support (#4167)Derek Chen-Becker2-1/+267
2019-04-01PowerPoint writer: Remove handoutsMasterList from template presentation.xmlJesse Rosenthal1-7/+9
2019-04-01PowerPoint writer: Build sp trees correctlyJesse Rosenthal1-17/+19
2019-04-01PowerPoint writer: Correct application of reference doc for contentJesse Rosenthal1-30/+16
2019-04-01PowerPoint writer: Make default placeholder type for template lookupJesse Rosenthal1-18/+42
2019-03-31Pptx writer: Apply speaker snotes to metadata slide if applicable.Jesse Rosenthal1-15/+35
2019-03-30Pptx writer: Correctly handle notes after section-title headerJesse Rosenthal1-3/+4
2019-03-30ipynb reader/writer: use format 'ipynb' for raw cell where no format given.John MacFarlane1-3/+6
2019-03-29ipynb writer - consolidate adjacent raw blocks.John MacFarlane1-2/+10
2019-03-29LaTeX writer: Avoid inadvertently creating ?` or !` ligatures.John MacFarlane1-0/+8
2019-03-28HTML writer: Don't add data- prefix to RDFa attributes.John MacFarlane1-2/+19
2019-03-28Ipynb writer: fixed carry-over of nbformat from metadata.John MacFarlane1-1/+1
2019-03-28Shared - improve metaToJSON with numbers.John MacFarlane1-5/+8
2019-03-28Markdown writer: better rendering of numbers.John MacFarlane1-1/+4
2019-03-28Markdown writer: proper rendering of empty map in YAML metadata.John MacFarlane1-1/+3
2019-03-28Use strict instead of lazy sum.John MacFarlane1-2/+2
2019-03-27ipynb writer: preserve nbformat_minor if it's given.John MacFarlane1-2/+10
2019-03-27Writers.Shared.metaValueToJSON: use Number Values for integers.John MacFarlane1-4/+9
2019-03-26JATS writer: Ensure that plain strings go inside `<pub-id>` tag.John MacFarlane1-1/+9
2019-03-22LaTeX writer: Fix footnotes in table caption and cells.John MacFarlane1-13/+11
2019-03-21Docx writer: Use w:br without attributes for line breaks.John MacFarlane1-4/+1
2019-03-18Improved fix to #5340 and added test.John MacFarlane1-2/+2
2019-03-18Improve autolink detection in LaTeX reader.John MacFarlane1-2/+2
2019-03-17Properly escape attributes in Markdown writer.John MacFarlane1-4/+9
2019-03-11docx writer: avoid extra copy of abstractNum and num elements...John MacFarlane1-1/+9
2019-03-09Markdown writer: improve handling of raw blocks/inline.John MacFarlane1-34/+55
2019-03-09Ipynb reader/writer: better handling of cell metadata.John MacFarlane1-7/+6
2019-03-06ipynb writer: recurse into native divs for output cell data.John MacFarlane1-0/+1
2019-03-04LaTeX writer: Add classes for frontmatter support (#5353)Andrew Dunning1-2/+2
2019-03-04LaTeX writer/template: better handling of front/main/backmatter.John MacFarlane1-26/+29
2019-03-01LaTeX(Beamer) writer: include contents under headers < slidelevel.John MacFarlane1-1/+8
2019-03-01HTML writer: include content under title slides.John MacFarlane1-7/+9
2019-03-01Remove license boilerplate.John MacFarlane36-659/+0
2019-02-28ipynb writer: only include metadata under 'jupyter' field.John MacFarlane1-1/+1
2019-02-27PowerPoint writer: add underlinesJesse Rosenthal1-0/+3
2019-02-22Add section identifiers support for FB2 writer (#5315)John1-35/+28
2019-02-18hlint MuseAlexander Krotov1-2/+2
2019-02-18Muse writer: escape secondary notesAlexander Krotov1-7/+10
2019-02-18Move a comment in Muse WriterAlexander Krotov1-1/+1
2019-02-15ipynb writer: don't create attachments for images with absolute URIs.John MacFarlane1-2/+3
2019-02-15Revert "JATS writer: Support citations."John MacFarlane1-4/+3
2019-02-15JATS writer: Support citations.John MacFarlane1-3/+4
2019-02-10Implement aria roles doc-bibliography, doc-biblioentry, doc-biblioref.John MacFarlane1-2/+10
2019-02-10JATS writer: wrap figure caption in <p> to fix validation (#5292)Mauro Bieg1-1/+1
2019-02-09ipynb writer - ensure final newline.John MacFarlane1-0/+1
2019-02-09Fixed asciidoc display math in list contexts.John MacFarlane1-17/+46
2019-02-09Asciidoctor writer sets the stem attribute if it contains latexmathTG1-1/+7
2019-02-09Adds Asciidoctor sprcific writer and testsTG1-12/+29
2019-02-09AsciiDoc Writer: DisplayMath as asciidoc latexmath blockTG1-1/+4
2019-02-09AsciiDoc writer: change bulletListLevel and orderedListLevel...John MacFarlane1-4/+4