aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-03-09LaTeX reader: Make `withRaw` work inside `parseFromToks`.John MacFarlane
2024-02-29SelfContained: add `role="img"` to svgs.John MacFarlane
2024-02-29SelfContained: Add aria-label to svg elements.John MacFarlane
2024-02-28Docx writer: don't copy over footnotePr in settings.xml...John MacFarlane
2024-02-28Fix regression in section numbering.John MacFarlane
2024-02-28Docx reader: ensure that table captions are counted.John MacFarlane
2024-02-28Docx reader: detect caption by style name not id.John MacFarlane
2024-02-28Docx reader: avoid emitting empty paragraph where caption was.John MacFarlane
2024-02-22EPUB writer: omit EPUB2-specific meta tag on EPUB3.John MacFarlane
2024-02-20Class: openUrl TLS negotiation fixes.John MacFarlane
2024-02-19Minor code cleanup.John MacFarlane
2024-02-19Markdown reader: fix regression in link parsing...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-16More fixes for SVG ids with `--self-contained`.John MacFarlane
2024-02-15PDF: internal cleanup of tex2pdf path.John MacFarlane
2024-02-14Fixe whitespace.John MacFarlane
2024-02-14PDF: avoid readFileLazy.John MacFarlane
2024-02-14T.P.Readers: add readDjot to exports.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.djotJohn MacFarlane
2024-02-13Shared.addPandocAttributes: use `wrapper` attribute, not `wrap`.John MacFarlane
2024-02-13Markdown reader: fix wikilinks extension to allow newlines in titles.John MacFarlane
2024-02-13Man writer: support syntax highlighting (limited).John MacFarlane
2024-02-13LaTeX reader: improve treatment of cref, Cref.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-13LaTeX reader: treat `\Cref` like `\cref` (for now).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-11Man reader: move spaces outside of emph/strong.John MacFarlane
2024-02-09Powerpoint writer: Fix regression in layout for slides with figures.John MacFarlane
2024-02-09Fix id replacements in SVGs with clipping paths.John MacFarlane
2024-02-09Fix size of duplicated SVGs with `--embed-resources`.John MacFarlane
2024-02-07MediaWiki reader: don't make leading blanks underscores...John MacFarlane
2024-02-07MediaWiki reader: allow lowercase `image:`.John MacFarlane
2024-02-07Support "pagetotal" in converting BibLaTeX.John MacFarlane
2024-02-05Typst reader: improve handling of inline `#quote`.John MacFarlane
2024-02-04Typst reader: fix handling of `dot()`, `tilde()`, `ddot()`.John MacFarlane
2024-02-04Typst reader: fix character used for `norm`.John MacFarlane
2024-02-03Docx writer: restore ability to center-justify table.John MacFarlane
2024-02-03Shared: `makeSections` behavior changes.John MacFarlane
2024-02-03Shared.makeSections: more elegant code for section number calculation.John MacFarlane
2024-02-01Using internal column widths in pptx writer tables (#9392)Tomas Dahlqvist