Age | Commit message (Expand) | Author | Files | Lines |
2020-12-20 | HTML writer: don't include p tags in CSL bibliography entries. | John MacFarlane | 1 | -2/+7 |
2020-12-20 | LaTeX writer: support colspans and rowspans in tables. (#6950) | Albert Krewinkel | 4 | -96/+236 |
2020-12-16 | Fix citeproc regression with duplicate references. | John MacFarlane | 1 | -1/+2 |
2020-12-16 | Support Lua marshalling of doctemplates BoolVal. | John MacFarlane | 1 | -0/+1 |
2020-12-15 | Properly handle boolean values in writing YAML metadata. | John MacFarlane | 2 | -2/+3 |
2020-12-15 | Use fetchItem to get external bibliography. | John MacFarlane | 1 | -8/+7 |
2020-12-15 | Allow both inline and external references to be used | John MacFarlane | 1 | -14/+15 |
2020-12-14 | ImageSize: use exif width and height when available. | John MacFarlane | 1 | -0/+13 |
2020-12-13 | RST writer: better image handling. | John MacFarlane | 1 | -9/+21 |
2020-12-13 | Merge pull request #6941 from tarleb/docx-raw | John MacFarlane | 1 | -59/+78 |
2020-12-13 | ImageSize: use JuicyPixels to extract size... | John MacFarlane | 1 | -305/+8 |
2020-12-13 | ImageSize: use JuicyPixels to determine png size. | John MacFarlane | 1 | -31/+19 |
2020-12-13 | Docx writer: keep raw openxml strings verbatim. | Albert Krewinkel | 1 | -2/+5 |
2020-12-13 | Docx writer: use Content instead of Element. | Albert Krewinkel | 1 | -59/+75 |
2020-12-12 | Merge pull request #6946 from mb21/icml-image-fit | John MacFarlane | 1 | -1/+6 |
2020-12-12 | LaTeX writer: extract table handling into separate module. | Albert Krewinkel | 5 | -237/+355 |
2020-12-12 | ICML writer: fix image bounding box for custom widths/heights | mb21 | 1 | -1/+6 |
2020-12-10 | HTML reader: pay attention to lang attributes on body. | John MacFarlane | 1 | -3/+6 |
2020-12-10 | HTML reader: retain attribute prefixes and avoid duplicates. | John MacFarlane | 2 | -24/+24 |
2020-12-10 | Add sourcepos extension for commonmarke | John MacFarlane | 3 | -5/+12 |
2020-12-10 | Commonmark reader: refactor specFor, set input name to "". | John MacFarlane | 1 | -2/+8 |
2020-12-07 | Parsing: Small code improvements. | John MacFarlane | 1 | -3/+4 |
2020-12-07 | Parsing: More minor performance improvements. | John MacFarlane | 1 | -10/+13 |
2020-12-07 | Small efficiency improvement in uri parser | John MacFarlane | 1 | -1/+14 |
2020-12-07 | Bibtex parser: avoid noneOf. | John MacFarlane | 1 | -2/+2 |
2020-12-07 | Parsing: in nonspaceChar use satisfy instead of oneOf. | John MacFarlane | 1 | -1/+7 |
2020-12-07 | Dokuwiki reader: handle unknown interwiki links better. | John MacFarlane | 1 | -1/+1 |
2020-12-07 | Merge pull request #6922 from jtojnar/db-writer-admonitions | John MacFarlane | 1 | -19/+45 |
2020-12-07 | Docbook writer: Handle admonition titles from Markdown reader | Jan Tojnar | 1 | -0/+2 |
2020-12-07 | Docbook writer: Use correct id attribute consistently | Jan Tojnar | 1 | -10/+16 |
2020-12-07 | Docbook writer: handle admonitions | Jan Tojnar | 1 | -12/+30 |
2020-12-05 | Org reader: preserve targets of spurious links | Albert Krewinkel | 1 | -5/+4 |
2020-12-05 | OpenDocument writer: Allow references for internal links (#6774) | Nils Carlson | 2 | -18/+77 |
2020-12-05 | LaTeX reader: don't apply theorem default styling to a figure inside. | John MacFarlane | 1 | -0/+1 |
2020-12-04 | Docbook writer: add XML namespaces to top-level elements (#6923) | Jan Tojnar | 1 | -8/+20 |
2020-12-04 | Markdown writer: ensure that a new csl-block begins on a new line. | John MacFarlane | 1 | -1/+6 |
2020-12-04 | LaTeX writer: Fix bug with nested csl- display Spans. | John MacFarlane | 1 | -36/+32 |
2020-12-04 | HTML writer: Fix handling of nested csl- display spans. | John MacFarlane | 1 | -20/+12 |
2020-12-03 | EPUB writer: include title page in landmarks. | John MacFarlane | 1 | -2/+7 |
2020-12-03 | EPUB writer: add frontmatter type on body element for nav.xhtml. | John MacFarlane | 1 | -1/+3 |
2020-12-03 | Docx writer: Support bold and italic in "complex script." | John MacFarlane | 1 | -2/+6 |
2020-12-02 | Citeproc: ensure that BCP47 lang codes can be used. | John MacFarlane | 1 | -2/+17 |
2020-11-29 | LaTeX reader: don't parse `\rule` with width 0 as horizontal rule. | John MacFarlane | 1 | -1/+11 |
2020-11-28 | Fix a tiny Typo in the CSV reader module | Tassos Manganaris | 1 | -1/+1 |
2020-11-27 | HTML reader tests: improve test coverage of new features | Albert Krewinkel | 1 | -1/+2 |
2020-11-27 | HTML reader: support body headers, row head columns | Albert Krewinkel | 1 | -41/+61 |
2020-11-26 | Added some explicit imports. | John MacFarlane | 1 | -3/+3 |
2020-11-26 | Docx writer: Fix bullets/lists indentation | cholonam | 1 | -3/+3 |
2020-11-26 | LaTeX reader: preserve center environment (#6852) | Igor Pashev | 1 | -1/+1 |
2020-11-26 | HTML reader: improve support for table headers, footer, attributes | Albert Krewinkel | 4 | -118/+244 |