aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2021-09-18pptx-footers: Replace fixed dates with yaml dateEmily Bourke2-8/+44
2021-09-18pptx: Support footers in the reference docEmily Bourke1-15/+88
2021-09-17Org writer: don't indent contents of code blocks.John MacFarlane1-1/+1
2021-09-17Update list of supported source languages in org writer.John MacFarlane1-12/+44
2021-09-16pptx: Support specifying slide background imagesEmily Bourke2-36/+110
2021-09-16HTML writer: set "hash" to True by default (for reveal.js).John MacFarlane1-1/+1
2021-09-15pptx: Add support for incremental listsEmily Bourke2-162/+455
2021-09-13pptx: Fix logic for choosing Comparison layoutEmily Bourke1-4/+5
2021-09-12Docx writer: make id used in native_numbering predictable.John MacFarlane1-3/+6
2021-09-10fix!(ipynb writer): improve round trip identityKolen Cheung1-2/+2
2021-09-10feat(ipynb writer): add more Jupyter's "Raw NBConvert Format"Kolen Cheung1-0/+7
2021-09-10pptx: Copy embedded fonts from reference docEmily Bourke1-0/+1
2021-09-10pptx: Fix presentation rel numberingEmily Bourke1-63/+131
2021-09-10pptx: Include all themes in output archiveEmily Bourke1-4/+2
2021-09-10pptx: Don’t add relationships unnecessarilyEmily Bourke1-5/+14
2021-09-10pptx: Fix capitalisation of notesMasterIdEmily Bourke1-1/+1
2021-09-10Support `--reference-location` for HTML output (#7461)Francesco Mazzoli1-32/+89
2021-09-01pptx: Add support for more layoutsEmily Bourke2-55/+313
2021-08-29Improve asciidoc escaping for `--` in URLs. Closes #7529.John MacFarlane1-3/+11
2021-08-28Remove unneeded import.John MacFarlane1-1/+1
2021-08-28Docx writer: handle SVG images.John MacFarlane1-3/+38
2021-08-27pptx: Make first heading title if slide level is 0Emily Bourke1-24/+29
2021-08-27Ensure we have unique ids for wp:docPr and pic:cNvPr elements.John MacFarlane1-9/+11
2021-08-24Lua subsystem and custom writers: generalize types from PandocIO...John MacFarlane1-2/+4
2021-08-18pptx: Include image title in descriptionEmily Bourke2-12/+19
2021-08-17Revise citeproc code to fit new citeproc 0.5 API.John MacFarlane1-6/+6
2021-08-17Rename TemplateWarning -> PowerpointTemplateWarning.John MacFarlane1-1/+2
2021-08-17pptx: Select layouts from reference doc by nameEmily Bourke1-19/+206
2021-08-15Make docx writer sensitive to `native_numbering` extension.John MacFarlane2-12/+21
2021-08-13Fix raw LaTeX injection issue (LaTeX writer).John MacFarlane1-5/+10
2021-08-04RTF writer: emit \outlinelevel for section headings.John MacFarlane1-1/+2
2021-08-03Stop using the HTTP package. (#7456)mt_caret4-9/+9
2021-08-03LaTeX table writer: Increase column width precision (#7466)Peter Fabinski1-1/+1
2021-08-01RTF writer: omit `\bin` in `\pict`.John MacFarlane1-1/+1
2021-07-22LaTeX writer: Use ulem for underline.John MacFarlane1-1/+3
2021-07-07Don't incorporate externally linked images in EPUB documents (#7430)Michael Hoffmann1-1/+2
2021-07-02HTML5 writer, remove aria-hidden when explicit atl text is provided.Aner Lucero1-4/+7
2021-06-29Docx writer: Add table numbering for captioned tables.John MacFarlane2-3/+30
2021-06-29Docx writer: Fixed a couple bugs in Figure numbering.John MacFarlane1-4/+3
2021-06-29Docx writer: support figure numbers.John MacFarlane2-3/+21
2021-06-29Remove duplicated alt text in HTML output.Aner Lucero1-2/+3
2021-06-28Markdown writer: put space between Plain and following fenced Div.John MacFarlane1-0/+3
2021-06-23ImageSize: Add Tiff constructor for ImageType.John MacFarlane2-0/+2
2021-06-23reveal.js writer: Go back to setting boolean values for variables.John MacFarlane1-30/+26
2021-06-21LaTeX writer: add strut at end of minipage if it contains...John MacFarlane1-2/+5
2021-06-21Revert "LaTeX writer: put a strut after a line break (`\\`)."John MacFarlane1-1/+1
2021-06-21LaTeX writer: put a strut after a line break (`\\`).John MacFarlane1-1/+1
2021-06-21LaTeX writer: always use a minipage for cells with line breaks...John MacFarlane1-2/+7
2021-06-21LaTeX writer: Use `\strut` instead of `~` before `\\` in empty line.John MacFarlane1-1/+1
2021-06-21reveal.js writer: better handling of options.John MacFarlane1-0/+50