aboutsummaryrefslogtreecommitdiff
path: root/test/command
AgeCommit message (Expand)AuthorFilesLines
2020-11-04DokuWiki writer: translate language names for code elements...John MacFarlane1-0/+1
2020-11-03Properly support optional cite argument for `\blockquote`.John MacFarlane1-0/+9
2020-11-02LaTeX reader: fix bug parsing macro arguments.John MacFarlane1-0/+16
2020-11-01Citeproc: use comma for in-text citations inside footnotes.John MacFarlane1-1/+1
2020-10-29Use new citeproc; do note capitalization here, not in citeproc.John MacFarlane2-3/+3
2020-10-29LaTeX writer: Improved calculation of table column widths.John MacFarlane1-3/+3
2020-10-27Use latest citeproc. Closes #6783.John MacFarlane1-0/+26
2020-10-26DocBook Reader: fix duplicate bibliography bug (#6773)Nils Carlson1-0/+20
2020-10-23Commonmark writer: fix regression with fenced divs.John MacFarlane1-0/+21
2020-10-21Use latest citeproc.John MacFarlane1-0/+31
2020-10-21citeproc - improved removal of final period...John MacFarlane1-0/+25
2020-10-15Fix handling of xdata in bibtex/biblatex bibliographies.John MacFarlane1-0/+36
2020-10-14Fix typos in comments, doc strings, error messages, and testsAlbert Krewinkel2-4/+4
2020-10-13Depend on latest citeproc.John MacFarlane1-0/+145
2020-10-13Use latest citeproc (better grouping/collapsing behavior with prefixes).John MacFarlane1-2/+2
2020-10-12Commonmark reader: add pipe_table extension after defaults.John MacFarlane1-0/+21
2020-10-12Markdown writer: Fix autolinks rendering for gfm.John MacFarlane1-0/+7
2020-10-10LaTeX reader: allow blank lines inside `\author`.John MacFarlane1-0/+17
2020-10-08LaTeX reader: Fix parsing of "show name" in newtheorem.John MacFarlane1-1/+1
2020-10-08Extend fix to #6719 to JATS readerJohn MacFarlane1-0/+10
2020-10-08DocBook reader: don't squelch space at end of emphasis element.John MacFarlane1-0/+8
2020-10-08Fixed some bibtex comments in tests (closing }).John MacFarlane2-2/+4
2020-10-08Be less aggressive about using quotes for YAML values.John MacFarlane120-617/+615
2020-10-07Use double quotes for YAML metadata.John MacFarlane126-880/+880
2020-10-07Fix URL prefixes in citations also when they occur in notes.John MacFarlane8-128/+407
2020-10-06Unescape entities in writing CSL JSON.John MacFarlane1-0/+17
2020-10-03Use latest citeproc.John MacFarlane1-5/+7
2020-10-01Update to lastest citeprocJohn MacFarlane2-4/+3
2020-09-27OpenDocument Writer: Implement table cell alignment (#6700)Nils Carlson2-20/+65
2020-09-26Fix short-title.John MacFarlane1-14/+18
2020-09-25RST reader: apply `.. class::` directly to following Header.John MacFarlane1-0/+13
2020-09-24DocBook reader: Implement table cell alignment (#6698)Nils Carlson2-40/+77
2020-09-24Citeproc: Insert space after csl-left-margin span contents...John MacFarlane3-5/+5
2020-09-24OpenDocument writer: New table cell support with row and column spans (#6682)Nils Carlson1-0/+157
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane223-10/+24913
2020-09-21Markdown reader: Set citationNoteNum accurately in citations.John MacFarlane2-2/+2
2020-09-15LaTeX writer: fix spacing issue with list in definition list.John MacFarlane1-0/+67
2020-09-10Changed default link state to invisible (#6676)Leonard Rosenthol3-3/+137
2020-09-10Improved uncertainty handling in slunitx.John MacFarlane1-0/+3
2020-09-10LaTeX reader: support parenthesized uncertainties in siunitx.John MacFarlane1-0/+12
2020-09-10Implement support for internal document links in ICML (#6606)Leonard Rosenthol3-0/+358
2020-09-10docbook reader: Implement column span support for tables (#6492)Nils Carlson1-0/+119
2020-09-02LaTeX reader: Support squared, cubed, tothe in siunitx.John MacFarlane1-10/+41
2020-08-31Fix tests for skylighting 0.10Albert Krewinkel2-8/+8
2020-08-14Change SIRange to SIrange (#6617)Emerson Harkin1-9/+9
2020-07-23Minimal support for SIRange in LaTeX reader (#6418)Emerson Harkin1-0/+59
2020-07-23Further improvements to ams theorem support, and a test.John MacFarlane1-0/+41
2020-07-21RST reader: fix csv tables with multiline cells.John MacFarlane2-0/+30
2020-07-19Remove use of cmark-gfm for commonmark/gfm rendering.John MacFarlane4-7/+7
2020-07-01HTML writer: improve alt-text/caption handling for HTML5Albert Krewinkel4-6/+6