aboutsummaryrefslogtreecommitdiff
path: root/test/command
AgeCommit message (Expand)AuthorFilesLines
2022-01-16LaTeX: parse thebibliographyHEADmasterIgor Pashev1-0/+49
2021-12-29Update the testsIgor Pashev2-6/+9
2021-12-29Merge https://github.com/jgm/pandocIgor Pashev273-1449/+6282
2021-12-28OpenDocument writer: fix vertical align bug with display math.John MacFarlane1-1/+1
2021-12-22HTML writer: make line breaks more consistent.John MacFarlane1-2/+3
2021-12-22Add text wrapping to HTML output.John MacFarlane29-55/+125
2021-12-18Citeproc: avoid adding comma before an author-in-text citation...John MacFarlane1-0/+35
2021-12-14Org reader: parse official org-cite citations.John MacFarlane1-0/+23
2021-12-13Org writer: add tests for org-cite citations, and improve support.John MacFarlane1-0/+44
2021-12-07Add test for #7738.John MacFarlane1-0/+6
2021-12-03Improve Markdown writer escaping.John MacFarlane5-4/+26
2021-11-30Markdown reader: don't allow `^` at beginning of link or image label.John MacFarlane1-0/+8
2021-11-24LaTeX reader: Fix semantics of `\ref`.John MacFarlane1-1/+1
2021-11-24LaTeX reader: omit visible content for `\label{...}`.John MacFarlane1-3/+1
2021-11-24HTML reader: parse attributes on links and images.John MacFarlane2-2/+14
2021-11-23Improve detection of pipe table line widths.John MacFarlane1-0/+28
2021-11-20Capture `alt-text` in JATS figures (#7703)Albert Krewinkel1-0/+18
2021-11-19MediaWiki writer: fix code for generating spans for header IDs.John MacFarlane1-2/+2
2021-11-19HTML writer: Don't create invalid `data-` attribute...John MacFarlane1-0/+6
2021-11-18MediaWiki writer: use HTML spans for anchors when header has id.John MacFarlane1-0/+27
2021-11-15Markdown writer: don't create autolinks when this loses information.John MacFarlane1-0/+13
2021-11-15LaTeX reader: add rudimentary support for `\autoref` (#7693)Albert Krewinkel1-0/+18
2021-11-08Properly handle commented lines in BibTeX/BibLaTeX.John MacFarlane1-0/+36
2021-11-07LaTeX reader: add 'uri' class when parsing `\url`.John MacFarlane2-3/+3
2021-10-27Switch back from HsYAML to yaml.John MacFarlane5-11/+9
2021-10-22Org reader: allow an initial :PROPERTIES: drawer to add to metadata.John MacFarlane1-0/+22
2021-10-20Markdown reader: don't parse links or bracketed spans as citations.John MacFarlane1-0/+66
2021-10-13Fix markdown parsing bug for math in bracketed spans and links.John MacFarlane1-0/+12
2021-10-10LaTeX reader: Properly handle `\^` followed by group closing.John MacFarlane1-0/+6
2021-09-29Further test updates for switch to pretty-show.John MacFarlane12-114/+114
2021-09-28Switch from pretty-simple to pretty-show for native output.John MacFarlane176-4414/+4580
2021-09-23BibTeX parser: fix expansion of special strings in series...John MacFarlane3-3/+3
2021-09-23HTML reader: handle empty tbody element in table.John MacFarlane1-0/+73
2021-09-21Use pretty-simple to format native output.John MacFarlane189-1321/+5146
2021-09-21Add missing `%` on command tests.John MacFarlane35-52/+51
2021-09-17Org writer: don't indent contents of code blocks.John MacFarlane1-4/+4
2021-09-16Fix code blocks using `--preserve-tabs`.John MacFarlane1-0/+11
2021-09-13RST reader: handle escaped colons in reference definitions.John MacFarlane1-0/+11
2021-09-10Fix command test for #7557.John MacFarlane1-1/+1
2021-09-10Org reader: don't parse a list as first item in a list item.John MacFarlane1-0/+7
2021-09-10Support `--reference-location` for HTML output (#7461)Francesco Mazzoli2-2/+2
2021-08-29Improve asciidoc escaping for `--` in URLs. Closes #7529.John MacFarlane1-0/+7
2021-08-24Fix test for #7521.John MacFarlane1-2/+2
2021-08-23Markdown reader: fix interaction of --strip-comments and listJohn MacFarlane1-0/+11
2021-08-21LaTeX-parser: restrict \endinput to current fileSimon Schuster2-0/+17
2021-08-20RST reader: Fix `:literal:` includes.John MacFarlane1-1/+1
2021-08-17Revise citeproc code to fit new citeproc 0.5 API.John MacFarlane4-8/+8
2021-08-15Remove misleading description from command/citeproc-87 test.John MacFarlane1-5/+2
2021-08-13Convert Quoted in bib entries to special Spans...John MacFarlane1-0/+42
2021-08-13Citeproc: avoid odd handling of quotes.John MacFarlane1-0/+16