Age | Commit message (Expand) | Author | Files | Lines |
2020-11-28 | LaTeX reader: support (ignore) stackengine | Igor Pashev | 2 | -0/+20 |
2020-11-27 | Allow multicols env in LaTeX reader | Igor Pashev | 2 | -0/+27 |
2020-11-27 | HTML reader: support body headers, row head columns | Albert Krewinkel | 3 | -65/+84 |
2020-11-26 | Added some explicit imports. | John MacFarlane | 1 | -3/+3 |
2020-11-26 | Add hie.yaml generated by implicit-cradle. | John MacFarlane | 1 | -0/+37 |
2020-11-26 | Docx writer: Fix bullets/lists indentation | cholonam | 32 | -3/+3 |
2020-11-26 | LaTeX reader: preserve center environment (#6852) | Igor Pashev | 3 | -14/+40 |
2020-11-26 | HTML reader: improve support for table headers, footer, attributes | Albert Krewinkel | 5 | -140/+268 |
2020-11-26 | HTML reader: allow finer grained options for tag omission | Albert Krewinkel | 3 | -13/+26 |
2020-11-25 | Fix pre-commit hook so it doesn't catch .latex+lhs extensions. | John MacFarlane | 1 | -1/+1 |
2020-11-25 | latex template: put back amssymb | John MacFarlane | 5 | -11/+5 |
2020-11-25 | Update tests for LaTeX table changes. | John MacFarlane | 2 | -121/+38 |
2020-11-25 | LaTeX writer: improve longtable output. | John MacFarlane | 2 | -41/+61 |
2020-11-25 | LaTeX tables: Fix calculation of column spacing. | John MacFarlane | 2 | -37/+37 |
2020-11-25 | Fix truncation of `[Citation]` list in `Cite` inside footnotes... | John MacFarlane | 2 | -2/+38 |
2020-11-25 | HTML reader: simplify list attribute handling | Albert Krewinkel | 2 | -27/+12 |
2020-11-25 | latex template: disable language-specific shorthands in babel. | John MacFarlane | 2 | -2/+8 |
2020-11-24 | test/tables/*.native: normalized (#6888) | Kolen Cheung | 3 | -177/+324 |
2020-11-24 | Use skylighting 0.10.1. | John MacFarlane | 2 | -4/+4 |
2020-11-24 | HTML reader tests: disable round-trip testing for tables | Albert Krewinkel | 1 | -11/+3 |
2020-11-24 | HTML reader: support row or column-spanning table cells | Albert Krewinkel | 3 | -38/+36 |
2020-11-24 | HTML reader: support blocks in caption | Albert Krewinkel | 2 | -6/+6 |
2020-11-24 | HTML reader: extract table parsing into separate module | Albert Krewinkel | 4 | -95/+141 |
2020-11-23 | ImageSize: default to DPI 72 if the format specifies DPI of 0. | John MacFarlane | 1 | -1/+7 |
2020-11-23 | JATS template: allow array of persistent institute ids in `pid` | Albert Krewinkel | 2 | -0/+10 |
2020-11-23 | HTML reader: extract submodules | Albert Krewinkel | 5 | -239/+345 |
2020-11-22 | OpenDocument Writer: Implement Div and Span ident support (#6755) | Nils Carlson | 2 | -10/+44 |
2020-11-22 | Use dev version of citeproc. | John MacFarlane | 2 | -5/+8 |
2020-11-22 | LaTeX writer: Improve table spacing. | John MacFarlane | 4 | -73/+73 |
2020-11-22 | Org reader: parse `#+LANGUAGE` into `lang` metadata field | Albert Krewinkel | 3 | -1/+10 |
2020-11-21 | OpenDocument writer: Table text width support (#6792) | Nils Carlson | 2 | -4/+76 |
2020-11-21 | LaTeX reader: more robust parsing of bracketed options. | John MacFarlane | 2 | -3/+15 |
2020-11-21 | Citeproc BibTeX parser: revert change in getRawField... | John MacFarlane | 1 | -6/+5 |
2020-11-20 | DocBook reader: Table text width support (#6791) | Nils Carlson | 2 | -2/+44 |
2020-11-20 | Improve LaTeX option parsing... | John MacFarlane | 2 | -1/+9 |
2020-11-20 | JATS writer: support author affiliations (#6867) | Albert Krewinkel | 4 | -6/+127 |
2020-11-20 | `commonmark_x`: replace `auto_identifiers` with `gfm_auto_identifiers`. | John MacFarlane | 2 | -5/+6 |
2020-11-19 | JATS writer: support advanced table features | Albert Krewinkel | 10 | -379/+775 |
2020-11-19 | Update README.md, man page. | John MacFarlane | 3 | -29/+27 |
2020-11-19 | Update changelog. | John MacFarlane | 1 | -0/+120 |
2020-11-19 | reveal.js template fixes. | John MacFarlane | 1 | -8/+16 |
2020-11-19 | --self-contained: increase coverage. | John MacFarlane | 1 | -4/+11 |
2020-11-19 | INSTALL.md: Remove references to `pandoc-citeproc`. | John MacFarlane | 1 | -23/+9 |
2020-11-19 | DocBook reader: drop period in formalpara title... | John MacFarlane | 1 | -2/+2 |
2020-11-18 | latex template: add a `\break` after parbox in CSLRightInline. | John MacFarlane | 1 | -1/+1 |
2020-11-18 | latex template: fix number of params on CSLReferences. | John MacFarlane | 1 | -1/+1 |
2020-11-18 | Man reader: improve handling of .IP. | John MacFarlane | 2 | -5/+71 |
2020-11-18 | Remove 'static' flag. | John MacFarlane | 2 | -10/+0 |
2020-11-18 | Re-add -optc-Os to static linux build, because it makes binary smaller. | John MacFarlane | 1 | -1/+1 |
2020-11-18 | Simplify options for building static linux binary. | John MacFarlane | 1 | -1/+1 |