aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-05-10Logging: add new log message type `ScriptingInfo` [API change]Albert Krewinkel
2024-05-10RST reader: fix figclass and align annotations for figures (#9744)Gokul Rajiv
2024-05-10Collect transforms in new module T.P.Transforms. [API change]Albert Krewinkel
2024-05-03Markdown reader: allow repeated labels in numbered example lists.John MacFarlane
2024-05-02Markdown reader: fix `normalCite` so it doesn't consume...John MacFarlane
2024-05-02Markdown reader: generalize `inlinesInBalancedBrackets`...John MacFarlane
2024-04-30T.P.Error: Improve reporting of unsupported extensions errors.Albert Krewinkel
2024-04-29Use latest KaTeX CDN asset (#9707)Salim B
2024-04-28Typst writer: add blank line in definition lists with multiple definitions.John MacFarlane
2024-04-26Fix some typos (#9638)guqicun
2024-04-26LaTeX writer: use polytonicgreek instead of polutonikogreek...John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-04-25CommandLineOptions: simplify output for OptVersion.John MacFarlane
2024-04-25Markdown writer: don't try to align columns in pipe tables...John MacFarlane
2024-04-23Markdown writer: don't use `raw_attribute` syntax for raw...John MacFarlane
2024-04-23LaTeX reader: parse `flalign`, `flalign*` math environments.John MacFarlane
2024-04-23Docx reader: issue warning rather than error...John MacFarlane
2024-04-23Logging: Make DocxParserWarning a WARNING, not INFO.John MacFarlane
2024-04-22RTF reader: don't try to handle non-default code pages.John MacFarlane
2024-04-22Logging: add UnsupportedCodePage constructor to LogMessage.John MacFarlane
2024-04-22Revert "Depend on encoding and begin to implement code pages in RTF reader."John MacFarlane
2024-04-22Revert "RTF reader: remove debugging trace left in by accident."John MacFarlane
2024-04-22RTF reader: remove debugging trace left in by accident.John MacFarlane
2024-04-22Depend on encoding and begin to implement code pages in RTF reader.John MacFarlane
2024-04-22RTF reader: more changes to handle different ANSI code pages.John MacFarlane
2024-04-22RTF reader: internal refactoring.John MacFarlane
2024-04-21LaTeX reader: fix over-eager macro expansion in conditionals.John MacFarlane
2024-04-20Change to `--file-scope` behavior.John MacFarlane
2024-04-18Docx reader: fix anchor in header after anchor (#9626)mbracke
2024-04-17T.P.App: Move "transforms" after filters.John MacFarlane
2024-04-16T.P.ImageSize: export `ImageSize` datatypeAlbert Krewinkel
2024-04-15SelfContained: merge 'class' attr when both img and svg specify it (#9653)Carlos Scheidegger
2024-04-15Typst writer: property output (#9648)Gordon Woodhull
2024-04-14OpenDocument writer: implement custom-style for spans.John MacFarlane
2024-04-13Fix ooxml for b6b668ee3f3ac7782154171f7a078d5857d97dfcJohn MacFarlane
2024-04-13Use conventional styles/indents for Word bullet lists.John MacFarlane
2024-04-10Markdown reader: auto-close unclosed divs.John MacFarlane
2024-04-10Logging: Add UnclosedDiv constructor for LogMessage.John MacFarlane
2024-04-08ConTeXt writer: replace depreciated `\sc` with `\setsmallcaps`James P. Ascher
2024-04-08LaTeX writer: improve treatment of math inside soul commands.John MacFarlane
2024-04-06Org reader: Fix treatment of `id` property under heading.John MacFarlane
2024-04-04DokuWiki reader: fix issues with links.John MacFarlane
2024-04-01Put `$` or `$$` around math in `csljson` output.John MacFarlane
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-22Minor comment and indentation fixes.John MacFarlane
2024-03-22Typst reader: support Typst 0.11 table features.John MacFarlane
2024-03-22LaTeX writer: fix math inside strikeout (closes #9597).John MacFarlane
2024-03-21Typst reader: parse cell col/rowspans.John MacFarlane
2024-03-21Typst reader: Further refactoring on the way to improved table support.John MacFarlane