summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-19Man reader: properly handle `.sp` macro inside lists and block quotes.John MacFarlane
2023-11-17LaTeX reader: fix theorem label parsing (#9198)Hikaru Ibayashi
2023-11-17Ensure we use .svg not .svgz as extension for image/svg+xml mime type.John MacFarlane
2023-11-17T.P.Class.IO.openURL improvements for data uris.John MacFarlane
2023-11-15Typst writer: better handling of tables with captions.John MacFarlane
2023-11-15HTML reader: Fix handling of invalidly nested sublists.John MacFarlane
2023-11-15Markdown reader: don't change newlines to spaces in math.John MacFarlane
2023-11-14Update typst writer to typst 0.9 citation format.John MacFarlane
2023-11-14Update default.typst to support csl (#9186)Ian Max Andolina
2023-11-13MediaWiki reader: allow attribute keys with hyphens.John MacFarlane
2023-11-09MANUAL.txt: update defaults file docs for bibliography fields.John MacFarlane
2023-11-07Update to latest dev typst-hs.John MacFarlane
2023-11-07Use dev version of typst-hs.John MacFarlane
2023-11-06ODT reader: Support attr `text:continue-numbering` (#8998)Stephan Meijer
2023-11-05Markdown reader: make attributes work with reference links.John MacFarlane
2023-11-05T.P.Shared: export `combineAttr`.John MacFarlane
2023-11-04JATS writer: handle case where there is material after refs div.John MacFarlane
2023-11-03LaTeX template: include bookmark package unconditionally.John MacFarlane
2023-11-02T.P.RoffChar: escape `-` as `\-`.John MacFarlane
2023-11-02Ms writer: don't do normal escapes in filename arguments...John MacFarlane
2023-11-02Citeproc: don't link citations if `suppress-bibliography` specified.John MacFarlane
2023-10-30weeder.dhall -> weeder.tomlJohn MacFarlane
2023-10-28Shared: improve isTightList...John MacFarlane
2023-10-28epub.css: add styling for sup and sub.John MacFarlane
2023-10-27Update AUTHORS.md.John MacFarlane
2023-10-27Fix spacing.John MacFarlane
2023-10-27Update README.md.John MacFarlane
2023-10-27Update MANUAL.txt date and man page.John MacFarlane
2023-10-27Bump to 3.1.9, update changelog.John MacFarlane
2023-10-27Require commonmark-extensions 0.2.4.John MacFarlane
2023-10-27Update typst-reader test for new typst-hs.John MacFarlane
2023-10-27Require latest commonmark 0.2.4.John MacFarlane
2023-10-27Require latest texmath 0.12.8.4.John MacFarlane
2023-10-27stack.yaml - require latest typstJohn MacFarlane
2023-10-27Require typst 0.3.2.1John MacFarlane
2023-10-26Make `reference-section-title` work with `jats+element_citations`.John MacFarlane
2023-10-26Add `bits` as synonym of `jats` as input format.John MacFarlane
2023-10-26Modify JATS reader to handle BITS too (#9138)Julia Diaz
2023-10-26Org writer: escape literal `*`, `|`, `#` at beginning of line with ZWS.John MacFarlane
2023-10-24ICML writer: prevent doubled attributes.John MacFarlane
2023-10-23CommonMark reader: handle `Ext_tex_math_gfm`.John MacFarlane
2023-10-23Extensions: Add `Ext_tex_math_gfm` constructor to Extension.John MacFarlane
2023-10-23Add helpful message on some metadata YAML errors.John MacFarlane
2023-10-23Allow Diff 0.5.John MacFarlane
2023-10-22DokuWiki reader: allow autolinks to be avoided...John MacFarlane
2023-10-22DokuWiki reader: parse `<code>` and `<file>` as block-level code.John MacFarlane
2023-10-21LaTeX reader: better handle spacing commands...John MacFarlane
2023-10-20Typst writer: add `#box` around image to make it inline. (#9149)John MacFarlane
2023-10-20Markdown reader: fix blindspot with superscript in links.John MacFarlane
2023-10-19HTML reader: allow th to close td and vice versa.John MacFarlane