aboutsummaryrefslogtreecommitdiff
path: root/test/command
AgeCommit message (Expand)AuthorFilesLines
2021-08-13Fix raw LaTeX injection issue (LaTeX writer).John MacFarlane1-0/+37
2021-08-11LaTeX reader: Support `\global` before `\def`, `\let`, etc.John MacFarlane1-0/+12
2021-08-11Fix scope for LaTeX macros.John MacFarlane1-0/+50
2021-08-11LaTeX reader: improve handling of plain TeX macro primitives.John MacFarlane1-1/+37
2021-08-10HTML reader: treat commments as blank when parsing.John MacFarlane1-0/+47
2021-08-03LaTeX table writer: Increase column width precision (#7466)Peter Fabinski2-2/+2
2021-07-17Merge branch 'master' of https://github.com/jgm/pandocIgor Pashev125-1884/+2139
2021-07-11Improved parsing of raw LaTeX from Text streams (rawLaTeXParser).John MacFarlane1-0/+15
2021-07-09RST reader: fix regression with code includes.John MacFarlane2-0/+17
2021-07-05Add command test for #7394.John MacFarlane1-0/+85
2021-07-02HTML5 writer, remove aria-hidden when explicit atl text is provided.Aner Lucero1-1/+1
2021-06-29Use dev version of citeproc.John MacFarlane2-14/+13
2021-06-29Remove duplicated alt text in HTML output.Aner Lucero1-0/+19
2021-06-28Improve punctuation moving with `--citeproc`.John MacFarlane2-3/+3
2021-06-28Markdown writer: put space between Plain and following fenced Div.John MacFarlane1-0/+15
2021-06-22Fix regression with comment-only YAML metadata blocks.John MacFarlane1-0/+9
2021-06-21LaTeX writer: add strut at end of minipage if it contains...John MacFarlane1-1/+1
2021-06-21Update command test for change to LaTeX LineBreak handling.John MacFarlane1-2/+2
2021-06-21LaTeX writer: always use a minipage for cells with line breaks...John MacFarlane1-1/+4
2021-06-21Fix test for #7397John MacFarlane1-2/+2
2021-06-21Markdown writer: Fix regression in code blocks with attributes.John MacFarlane1-0/+14
2021-06-12Fix regression in citeproc processing.John MacFarlane2-7/+18
2021-06-05LaTeX writer: Fix regression in table header position.John MacFarlane1-2/+6
2021-06-01LaTeX reader: don't allow optional * on symbol control sequences.John MacFarlane1-0/+6
2021-05-31Fix regression with commonmark/gfm yaml metdata block parsing.John MacFarlane1-0/+11
2021-05-30Have LoadedResource use relative paths.John MacFarlane1-3/+3
2021-05-29Fix test #3752 (1) for Windows.John MacFarlane1-1/+1
2021-05-29Replace biblatex-exmaples.bib with shorter averroes.bib in tests.John MacFarlane3-1675/+96
2021-05-29Further test image size reductions.John MacFarlane2-0/+0
2021-05-28Support `rebase_relative_paths` for commonmark based formats.John MacFarlane1-0/+16
2021-05-27Two citeproc locator/suffix improvements:John MacFarlane2-0/+54
2021-05-27rebase_relative_paths: leave empty paths unchanged.John MacFarlane2-0/+5
2021-05-27rebase_relative_paths extension: don't change fragment paths.John MacFarlane2-0/+5
2021-05-27Modify rebase_reference_links treatment of reference links/images.John MacFarlane3-1/+8
2021-05-27Citeproc: Don't detect math elements as locators.John MacFarlane1-0/+24
2021-05-27Add `rebase_relative_paths` extension.John MacFarlane5-0/+49
2021-05-27LaTeX reader: improve `\def` and implement `\newif`.John MacFarlane1-0/+55
2021-05-26Command tests: fail if a file contains no tests.John MacFarlane1-3/+5
2021-05-25Fix a command test so it writes to stdout not stderr.John MacFarlane1-1/+1
2021-05-25Logging: remove single quotes around paths in messages.John MacFarlane2-2/+2
2021-05-22Handle relative lengths (e.g. `2*`) in HTML column widths.John MacFarlane1-0/+29
2021-05-20DocBook reader: ensure that first and last names are separated.John MacFarlane1-0/+27
2021-05-20Ms writer: handle tables with multiple paragraphs.John MacFarlane1-0/+40
2021-05-20LaTeX reader: More siunitx improvements. Closes #6658.John MacFarlane1-6/+66
2021-05-20LaTeX/siunitx: fix parsing of `\cubic` etc. See #6658.John MacFarlane1-0/+3
2021-05-20LaTeX reader sinuitx: fix + sign on ang.John MacFarlane1-0/+3
2021-05-20LaTeX reader siunitx: add leading 0 to numbers starting with .John MacFarlane2-3/+9
2021-05-20LaTeX reader: Fix parsing of `+-` in siunitx numbers.John MacFarlane1-1/+4
2021-05-20LaTeX reader: support `\pm` in `SI{..}`.John MacFarlane1-0/+3
2021-05-19LaTeX reader: better support for `\xspace`.John MacFarlane2-1/+24