aboutsummaryrefslogtreecommitdiff
path: root/test/command
AgeCommit message (Expand)Author
2021-05-28Support `rebase_relative_paths` for commonmark based formats.John MacFarlane
2021-05-27Two citeproc locator/suffix improvements:John MacFarlane
2021-05-27rebase_relative_paths: leave empty paths unchanged.John MacFarlane
2021-05-27rebase_relative_paths extension: don't change fragment paths.John MacFarlane
2021-05-27Modify rebase_reference_links treatment of reference links/images.John MacFarlane
2021-05-27Citeproc: Don't detect math elements as locators.John MacFarlane
2021-05-27Add `rebase_relative_paths` extension.John MacFarlane
2021-05-27LaTeX reader: improve `\def` and implement `\newif`.John MacFarlane
2021-05-26Command tests: fail if a file contains no tests.John MacFarlane
2021-05-25Fix a command test so it writes to stdout not stderr.John MacFarlane
2021-05-25Logging: remove single quotes around paths in messages.John MacFarlane
2021-05-22Handle relative lengths (e.g. `2*`) in HTML column widths.John MacFarlane
2021-05-20DocBook reader: ensure that first and last names are separated.John MacFarlane
2021-05-20Ms writer: handle tables with multiple paragraphs.John MacFarlane
2021-05-20LaTeX reader: More siunitx improvements. Closes #6658.John MacFarlane
2021-05-20LaTeX/siunitx: fix parsing of `\cubic` etc. See #6658.John MacFarlane
2021-05-20LaTeX reader sinuitx: fix + sign on ang.John MacFarlane
2021-05-20LaTeX reader siunitx: add leading 0 to numbers starting with .John MacFarlane
2021-05-20LaTeX reader: Fix parsing of `+-` in siunitx numbers.John MacFarlane
2021-05-20LaTeX reader: support `\pm` in `SI{..}`.John MacFarlane
2021-05-19LaTeX reader: better support for `\xspace`.John MacFarlane
2021-05-18LaTeX writer: separate successive quote chars with thin spaceAlbert Krewinkel
2021-05-16Markdown writer: fewer unneeded escapes for `#`.John MacFarlane
2021-05-14Beamer writer: support exampleblock and alertblock.John MacFarlane
2021-05-14HTML reader: don't fail on unmatched closing "script" tag.Albert Krewinkel
2021-05-13Implement curly-brace syntax for Markdown citation keys.John MacFarlane
2021-05-12Hande 'annote' field in bibtex/biblatex writer.John MacFarlane
2021-05-11LaTeX writer: better handling of line breaks in simple tables.John MacFarlane
2021-05-05App: allow tabs expansion even if file-scope is usedAlbert Krewinkel
2021-04-29Further improvements in smart quotes.John MacFarlane
2021-04-28Smarter smart quotes.John MacFarlane
2021-04-25Markdown writer: Cleaner (code)blocks with single class (#7242)Jan Tojnar
2021-04-25Add quotes properly in markdown YAML metadata fields.John MacFarlane
2021-04-25Remove biblatex-nussbaum.md test.John MacFarlane
2021-04-18Use MetaInlines not MetaBlocks for multimarkdown metadata fields.John MacFarlane
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane
2021-04-17Use BCP47 language codes in citeproc tests.John MacFarlane
2021-04-17Use new citeproc + unicode-collation.John MacFarlane
2021-04-16JATS writer: reduce unnecessary use of <p> elements for wrappingAlbert Krewinkel
2021-04-08Fix regression in grid tables for wide characters.John MacFarlane
2021-04-05Commonmark writer: Use backslash escapes for `<` and `|`...John MacFarlane
2021-03-24Fix DocBook reader mathml regression...John MacFarlane
2021-03-17Add test for #7155.John MacFarlane
2021-03-13MediaWiki reader: Allow block-level content in notes (ref).John MacFarlane
2021-03-10HTML writer: Add warnings on duplicate attribute values.John MacFarlane
2021-03-09RST reader: fix logic for ending comments.John MacFarlane
2021-03-09Org writer: prevent unintended creation of ordered list itemsAlbert Krewinkel
2021-03-07LaTeX reader: handle table cells containing `&` in `\verb`.John MacFarlane
2021-02-26Update tests for changes to https URLs.John MacFarlane
2021-02-22T.P.CSV: fix parsing of unquoted values.John MacFarlane