aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-21Markdown writer: Fix regression in code blocks with attributes.John MacFarlane1-3/+3
2021-06-12Markdown writer: allow `pipe_tables` to be disabled for commonmark...John MacFarlane1-1/+0
2021-06-10Docx writer: fix handling of empty table headersAlbert Krewinkel1-2/+2
2021-06-05LaTeX writer: Fix regression in table header position.John MacFarlane1-3/+10
2021-06-05CommonMark writer: do not use simple class for fenced-divsJan Tojnar1-3/+6
2021-06-05CommonMark writer: do not throw away attributes when Ext_attributes is enabledJan Tojnar2-13/+17
2021-06-05Markdown writer: re-use functions from InlineJan Tojnar2-29/+4
2021-06-05DocBook writer: Remove non-existent admonitionsJan Tojnar1-2/+1
2021-06-01HTML writer: Don't omit width attribute on div.John MacFarlane1-3/+4
2021-05-30Docx writer: fix regression on captions.John MacFarlane1-1/+3
2021-05-25Allow compilation with base 4.15Albert Krewinkel1-51/+47
2021-05-25Jira: add support for "smart" linksAlbert Krewinkel1-0/+2
2021-05-24Jira writer: use `{color}` when span has a color attributeAlbert Krewinkel1-3/+7
2021-05-20Ms writer: handle tables with multiple paragraphs.John MacFarlane1-6/+22
2021-05-20ConTeXt reader: improve ordered lists (#7304)Denis Maier1-11/+3
2021-05-20ZimWiki writer: allow links and emphasis in headersAlbert Krewinkel1-1/+1
2021-05-18LaTeX writer: separate successive quote chars with thin spaceAlbert Krewinkel1-2/+3
2021-05-17HTML writer: ensure headings only have valid attribs in HTML4Albert Krewinkel1-2/+14
2021-05-17ConTeXt writer: use span identifiers as reference anchors.Albert Krewinkel1-2/+6
2021-05-16LaTeX template: define commands for zero width non-joiner characterAlbert Krewinkel3-6/+7
2021-05-16Markdown writer: fewer unneeded escapes for `#`.John MacFarlane1-2/+11
2021-05-16Markdown writer: improve escaping of `@`.John MacFarlane1-1/+1
2021-05-15Docx writer: copy over more settings from referenc.odcx.John MacFarlane1-1/+16
2021-05-14Beamer writer: support exampleblock and alertblock.John MacFarlane1-3/+8
2021-05-14Docx writer: fix alignment for cells.Albert Krewinkel1-14/+20