aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-08-31Fix spacing errors.John MacFarlane
2023-08-31LaTeX writer: fix regression in escaping URLs.John MacFarlane
2023-08-30Fix compiler warning by removing redundant definition.John MacFarlane
2023-08-30Org reader: don't parse alphabetical lists...John MacFarlane
2023-08-30JATS reader: Multilevel support for `<permissions>` metadata (#9037)Julia Diaz
2023-08-29Support images with wikilink syntax.John MacFarlane
2023-08-29Markdown: Allow a citation or reference link to be parsed after a `!`.John MacFarlane
2023-08-29Markdown reader: fix dropped `!` before nonexistent reference.John MacFarlane
2023-08-29Use `\cite` and `\bibitem` to link up citations, even with citeproc.John MacFarlane
2023-08-28Add support for <permissions> metadataJulia Diaz
2023-08-26Org reader: allow escaping commas in macro argumentsAmneesh Singh
2023-08-26LaTeX writer link/target improvements.John MacFarlane
2023-08-26Correct name of JATS element attribJulia Diaz
2023-08-25Man writer: avoid a .PP right after a section heading.John MacFarlane
2023-08-25Man writer: improvements to code and code blocks.John MacFarlane
2023-08-24Man writer: don't emit `.hy`...John MacFarlane
2023-08-23JATS writer: fix placement of ref-list...John MacFarlane
2023-08-23Also escape % in URLs.John MacFarlane
2023-08-23LaTeX writer: backslash-escape # in URLs. Closes #9014.John MacFarlane
2023-08-22Fix spacing errors.John MacFarlane
2023-08-21Typst writer: use `~` for nonbreaking space.John MacFarlane
2023-08-19LaTeX writer: improve internal links and targets.John MacFarlane
2023-08-18Docx reader: omit "Table NN" from caption.John MacFarlane
2023-08-18Org reader: allow example lines to end immediately after the colonBrian Leung
2023-08-14Docx reader: Avoid spurious block quotes in list items.John MacFarlane
2023-08-10Fix display of block elements in JATS reader (PR #8971)Julia Diaz
2023-08-09LaTeX writer: Improve escaping of URIs in href, url.John MacFarlane
2023-08-09Typst writer: put the label in right place for Div, use `#block`.John MacFarlane
2023-08-09HTML reader: avoid duplicate id on header and div.John MacFarlane
2023-08-06ODT writer: Use a style for Highlighted, so color can be adjusted.John MacFarlane
2023-08-05HTML reader: properly calculate RowHeadColumns.John MacFarlane
2023-08-05HTML reader: require unanimity for RowHeadColumns.John MacFarlane
2023-08-05HTML reader: fix bug in calculation of RowHeadColumns.John MacFarlane
2023-08-05Revert "Update TableBody RowHeadColumns caculation: change from max to min (#...John MacFarlane
2023-08-04OpenDocument writer: implement syntax highlighting.John MacFarlane
2023-08-04Started implementing syntax highlighting for ODT.John MacFarlane
2023-08-04Remove redundant import.John MacFarlane
2023-08-04OpenDocument writer: add syntax highlighting tags for CodeBlock.John MacFarlane
2023-08-04Support highlighted text in ODT/OpenDocument writers.John MacFarlane
2023-07-27SelfContained: retain attributes in svg tag...John MacFarlane
2023-07-27SelfContained: Allow units in width and height for svg.John MacFarlane
2023-07-26SelfContained: don't coerce calculated width/height to Int.John MacFarlane
2023-07-26SelfContained: fix calculation of svg width and height.John MacFarlane
2023-07-25SelfContained: Improve inline SVGs.John MacFarlane
2023-07-25Typst writer: escape `//`.John MacFarlane
2023-07-25ChunkedHTML writer: Fix regression including mathjax script.John MacFarlane
2023-07-20Fix new variant of the vulnerability in CVE-2023-35936.John MacFarlane
2023-07-19Refine command line option preprocessor and add tests for #8956.John MacFarlane
2023-07-19Fix errors for illegal output formats.John MacFarlane
2023-07-19Fix regression on short boolean arguments.John MacFarlane