summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)Author
2024-03-26ConTeXt writer: fix options order with `\externalfigure`.John MacFarlane
2024-03-22Typst writer: put label after Span, not before.John MacFarlane
2024-03-22LaTeX writer: fix math inside strikeout (closes #9597).John MacFarlane
2024-03-20Typst writer: support Typst 0.11 table features. (#9593)John MacFarlane
2024-03-18Typst writer: more reliable escaping in inline `[..]` contexts.John MacFarlane
2024-03-18Export `isOrderedListMarker` from T.P.Writers.Shared.John MacFarlane
2024-03-18Typst writer: handle `unnumbered` on headings.John MacFarlane
2024-03-17Typst writer: only use explicit figure 'kind' for tables.John MacFarlane
2024-03-17Typst writer: use `kind: image` for image figures.John MacFarlane
2024-03-17Typst writer: avoid unnecessary box around image in figure.John MacFarlane
2024-03-17Typst writer: omit width/height in images unless explicitly specified.John MacFarlane
2024-03-16Typst writer: don't add inset to tables.John MacFarlane
2024-03-14Typst writer: add 'kind' parameter to figures.John MacFarlane
2024-02-28Docx writer: don't copy over footnotePr in settings.xml...John MacFarlane
2024-02-22EPUB writer: omit EPUB2-specific meta tag on EPUB3.John MacFarlane
2024-02-19Org reader/writer: support admonitions.John MacFarlane
2024-02-19Org writer: omit extra blank line at end of quote block.John MacFarlane
2024-02-19Typst writer: ensure that `-`, `+`, etc. are escaped at beginning of block.John MacFarlane
2024-02-18LaTeX writer: fix bug when a language is specified in two different ways.John MacFarlane
2024-02-16Powerpoint writer: properly handle math in headings and tables.John MacFarlane
2024-02-16EPUB writer: omit EPUBv3-specific accessibility stuff on epub2.John MacFarlane
2024-02-14Fixe whitespace.John MacFarlane
2024-02-14Man writer: fix bug with long URLs.John MacFarlane
2024-02-13Fix some exports to avoid warnings on older ghc versions.John MacFarlane
2024-02-13Add djot reader and writer.John MacFarlane
2024-02-13Man writer: support syntax highlighting (limited).John MacFarlane
2024-02-13Typst writer: use `#ref` or `@` for links with `reference-type="ref"`.John MacFarlane
2024-02-13Make LaTeX writer sensitive to `empty_paragraphs` extension.John MacFarlane
2024-02-12Typst writer: improve citation support.John MacFarlane
2024-02-12HTML5 writer: Add suffix to multiple footnote section idsSam May
2024-02-12Markdown writer: use different width fences for nested divs.John MacFarlane
2024-02-09Powerpoint writer: Fix regression in layout for slides with figures.John MacFarlane
2024-02-03Docx writer: restore ability to center-justify table.John MacFarlane
2024-02-03Shared: `makeSections` behavior changes.John MacFarlane
2024-02-01Using internal column widths in pptx writer tables (#9392)Tomas Dahlqvist
2024-02-01EPUB accessibility additions (#9400)Iacobus1983
2024-01-30Typst writer: unescape URI escapes in image paths.John MacFarlane
2024-01-29Typst writer: handle labels and citaiton ids with spaces...John MacFarlane
2024-01-29Typst writer: avoid illegal labels.John MacFarlane
2024-01-29Typst writer escaping improvements.John MacFarlane
2024-01-27EPUB writer: add ARA roles for accessibility (#9378)Iacobus1983
2024-01-27EPUB writer: change default accessibilityFeatures.John MacFarlane
2024-01-26EPUB writer: Add accessibility metadata to EPUB metadata.John MacFarlane
2024-01-25EPUB writer: Add xml:lang to package element.John MacFarlane
2024-01-25Add some kerns where needed between quotes in LaTeX output.John MacFarlane
2024-01-23add case for "variable" classGokul Rajiv
2024-01-22Use reference form (e.g. `@jones2000[p. 30]`) for citations.John MacFarlane
2024-01-22Org writer: escape special lines in code blocksAlbert Krewinkel
2024-01-20HTML writer: ensure that an alt attribute is added in EPUB output.John MacFarlane
2024-01-20LaTeX writer: create valid table even when table is empty.John MacFarlane