aboutsummaryrefslogtreecommitdiff
path: root/test/command
AgeCommit message (Expand)Author
2022-01-28HTML writer: avoid duplicate "style" attributes on table cellsAlbert Krewinkel
2022-01-28Don't read files outside of user data directoryEven Brenden
2022-01-23CommonMark reader: fix source position after YAML metadata.John MacFarlane
2022-01-21Update command tests to distinguish stderr and test exit status.John MacFarlane
2022-01-21Search for metadata files in $DATADIR/metadata (#7851)Even Brenden
2022-01-20Avoid putting a frame around speaker notes in beamer.John MacFarlane
2022-01-20HTML writer: don't break lines inside code elements.John MacFarlane
2022-01-19Markdown writer: handle explicit column widths with pipe tables.John MacFarlane
2022-01-19Remove unused file test/command/jats.cslAlbert Krewinkel
2022-01-15Man writer: use custom font V for inline code.John MacFarlane
2022-01-15Man writer: Use boldface for inline code.John MacFarlane
2022-01-13Add test for #7826 notes-after-punctuation.John MacFarlane
2022-01-10HTML writer: don't break attributes values when wrapping.John MacFarlane
2022-01-10Fix regression: allow blank lines in HTML attributes.John MacFarlane
2022-01-08Org writer: fix list items starting with a code block...John MacFarlane
2022-01-07Fix parsing of footnotes in `--metadata-file`.John MacFarlane
2022-01-06MediaWiki writer: Remove redundant display text for wiki linksJesse Hathaway
2022-01-05AsciiDoc writer: improve detection of intraword emphasis.John MacFarlane
2021-12-28OpenDocument writer: fix vertical align bug with display math.John MacFarlane
2021-12-22HTML writer: make line breaks more consistent.John MacFarlane
2021-12-22Add text wrapping to HTML output.John MacFarlane
2021-12-18Citeproc: avoid adding comma before an author-in-text citation...John MacFarlane
2021-12-14Org reader: parse official org-cite citations.John MacFarlane
2021-12-13Org writer: add tests for org-cite citations, and improve support.John MacFarlane
2021-12-07Add test for #7738.John MacFarlane
2021-12-03Improve Markdown writer escaping.John MacFarlane
2021-11-30Markdown reader: don't allow `^` at beginning of link or image label.John MacFarlane
2021-11-24LaTeX reader: Fix semantics of `\ref`.John MacFarlane
2021-11-24LaTeX reader: omit visible content for `\label{...}`.John MacFarlane
2021-11-24HTML reader: parse attributes on links and images.John MacFarlane
2021-11-23Improve detection of pipe table line widths.John MacFarlane
2021-11-20Capture `alt-text` in JATS figures (#7703)Albert Krewinkel
2021-11-19MediaWiki writer: fix code for generating spans for header IDs.John MacFarlane
2021-11-19HTML writer: Don't create invalid `data-` attribute...John MacFarlane
2021-11-18MediaWiki writer: use HTML spans for anchors when header has id.John MacFarlane
2021-11-15Markdown writer: don't create autolinks when this loses information.John MacFarlane
2021-11-15LaTeX reader: add rudimentary support for `\autoref` (#7693)Albert Krewinkel
2021-11-08Properly handle commented lines in BibTeX/BibLaTeX.John MacFarlane
2021-11-07LaTeX reader: add 'uri' class when parsing `\url`.John MacFarlane
2021-10-27Switch back from HsYAML to yaml.John MacFarlane
2021-10-22Org reader: allow an initial :PROPERTIES: drawer to add to metadata.John MacFarlane
2021-10-20Markdown reader: don't parse links or bracketed spans as citations.John MacFarlane
2021-10-13Fix markdown parsing bug for math in bracketed spans and links.John MacFarlane
2021-10-10LaTeX reader: Properly handle `\^` followed by group closing.John MacFarlane
2021-09-29Further test updates for switch to pretty-show.John MacFarlane
2021-09-28Switch from pretty-simple to pretty-show for native output.John MacFarlane
2021-09-23BibTeX parser: fix expansion of special strings in series...John MacFarlane
2021-09-23HTML reader: handle empty tbody element in table.John MacFarlane
2021-09-21Use pretty-simple to format native output.John MacFarlane
2021-09-21Add missing `%` on command tests.John MacFarlane