aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
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
2024-02-01EPUB accessibility additions (#9400)Iacobus1983
2024-01-30Typst writer: unescape URI escapes in image paths.John MacFarlane
2024-01-30Chunks: autogenerate unique ids for sections missing them.John MacFarlane
2024-01-29Chunks: improve fixTOCTreePaths.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-29LaTeX reader: generate relative widths for `\linewidth`, `\textheight`.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 reader: don't put `#` characters in identifiers.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
2024-01-18Markdown writer: fix output for pipe tables...John MacFarlane
2024-01-16DocBook reader: better handling of `<procedure>` and `<substeps>`.John MacFarlane
2024-01-16Add readMan to Text.Pandoc.Readers exportsGeorge Stagg
2024-01-06T.P.PDF: reliably detect when TOC has changed.John MacFarlane
2024-01-05Typst reader: fix handling of `\overline`.John MacFarlane
2024-01-05T.P.PDF: increase max number of LaTeX runs to 4.John MacFarlane