summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2023-07-19Deprecate decodeArg which is now a no-op.John MacFarlane
2023-07-18JATS writer: don't use `<code>` for inline code.John MacFarlane
2023-07-18Fix typo on error message for incorrect --preserve-tabs argument.John MacFarlane
2023-07-16Fix typo from last commit.John MacFarlane
2023-07-16Capitalize option errors.John MacFarlane
2023-07-16Make --epub-title-page's argument optional.John MacFarlane
2023-07-16Improve errors for incorrect command-line option values.John MacFarlane
2023-07-14Docx reader: use SVG version of image if present.John MacFarlane
2023-07-13Fix bugs in implementation of #8948.John MacFarlane
2023-07-12HTML writer: don't make line blocks sensitive to `--wrap`.John MacFarlane
2023-07-12RST writer: fix figure handling.John MacFarlane
2023-07-11SelfContained: Tweak identifier generation for svgs...John MacFarlane
2023-07-11SelfContained: Use inline svg instead of data uris...John MacFarlane
2023-07-10Typst reader: fix regression in recognition of display math.John MacFarlane
2023-07-09Docx writer: Copy "mirror margins" property from reference.docx.John MacFarlane