aboutsummaryrefslogtreecommitdiff
path: root/test/command
AgeCommit message (Expand)Author
2020-12-10HTML reader: retain attribute prefixes and avoid duplicates.John MacFarlane
2020-12-05OpenDocument writer: Allow references for internal links (#6774)Nils Carlson
2020-12-05LaTeX reader: don't apply theorem default styling to a figure inside.John MacFarlane
2020-12-04Markdown writer: ensure that a new csl-block begins on a new line.John MacFarlane
2020-12-03EPUB writer: include title page in landmarks.John MacFarlane
2020-11-27HTML reader: support body headers, row head columnsAlbert Krewinkel
2020-11-26LaTeX reader: preserve center environment (#6852)Igor Pashev
2020-11-25Update tests for LaTeX table changes.John MacFarlane
2020-11-25Fix truncation of `[Citation]` list in `Cite` inside footnotes...John MacFarlane
2020-11-24HTML reader: support row or column-spanning table cellsAlbert Krewinkel
2020-11-22OpenDocument Writer: Implement Div and Span ident support (#6755)Nils Carlson
2020-11-22LaTeX writer: Improve table spacing.John MacFarlane
2020-11-21OpenDocument writer: Table text width support (#6792)Nils Carlson
2020-11-21LaTeX reader: more robust parsing of bracketed options.John MacFarlane
2020-11-20DocBook reader: Table text width support (#6791)Nils Carlson
2020-11-20Improve LaTeX option parsing...John MacFarlane
2020-11-20`commonmark_x`: replace `auto_identifiers` with `gfm_auto_identifiers`.John MacFarlane
2020-11-18Man reader: improve handling of .IP.John MacFarlane
2020-11-18Replace org #+KEYWORDS with #+keywordsTEC
2020-11-17Markdown reader: fix regression with example list references.John MacFarlane
2020-11-16Improve fix to siunitx numbers with minus.John MacFarlane
2020-11-16LaTeX reader: Fix negative numbers in siunitx commands.John MacFarlane
2020-11-15Markdown reader: fix detection of locators following in-text citations.John MacFarlane
2020-11-14Markdown writer: default to using ATX headings.Aner Lucero
2020-11-14Markdown reader: don't increment stateNoteNumber for example refs.John MacFarlane
2020-11-13Improve period suppression algorithm for citations in notes...John MacFarlane
2020-11-04DokuWiki writer: translate language names for code elements...John MacFarlane
2020-11-03Properly support optional cite argument for `\blockquote`.John MacFarlane
2020-11-02LaTeX reader: fix bug parsing macro arguments.John MacFarlane
2020-11-01Citeproc: use comma for in-text citations inside footnotes.John MacFarlane
2020-10-29Use new citeproc; do note capitalization here, not in citeproc.John MacFarlane
2020-10-29LaTeX writer: Improved calculation of table column widths.John MacFarlane
2020-10-27Use latest citeproc. Closes #6783.John MacFarlane
2020-10-26DocBook Reader: fix duplicate bibliography bug (#6773)Nils Carlson
2020-10-23Commonmark writer: fix regression with fenced divs.John MacFarlane
2020-10-21Use latest citeproc.John MacFarlane
2020-10-21citeproc - improved removal of final period...John MacFarlane
2020-10-15Fix handling of xdata in bibtex/biblatex bibliographies.John MacFarlane
2020-10-14Fix typos in comments, doc strings, error messages, and testsAlbert Krewinkel
2020-10-13Depend on latest citeproc.John MacFarlane
2020-10-13Use latest citeproc (better grouping/collapsing behavior with prefixes).John MacFarlane
2020-10-12Commonmark reader: add pipe_table extension after defaults.John MacFarlane
2020-10-12Markdown writer: Fix autolinks rendering for gfm.John MacFarlane
2020-10-10LaTeX reader: allow blank lines inside `\author`.John MacFarlane
2020-10-08LaTeX reader: Fix parsing of "show name" in newtheorem.John MacFarlane
2020-10-08Extend fix to #6719 to JATS readerJohn MacFarlane
2020-10-08DocBook reader: don't squelch space at end of emphasis element.John MacFarlane
2020-10-08Fixed some bibtex comments in tests (closing }).John MacFarlane
2020-10-08Be less aggressive about using quotes for YAML values.John MacFarlane
2020-10-07Use double quotes for YAML metadata.John MacFarlane