Age | Commit message (Expand) | Author | Files | Lines |
2020-10-10 | LaTeX reader: allow blank lines inside `\author`. | John MacFarlane | 1 | -0/+17 |
2020-10-08 | LaTeX reader: Fix parsing of "show name" in newtheorem. | John MacFarlane | 1 | -1/+1 |
2020-10-08 | Extend fix to #6719 to JATS reader | John MacFarlane | 1 | -0/+10 |
2020-10-08 | DocBook reader: don't squelch space at end of emphasis element. | John MacFarlane | 1 | -0/+8 |
2020-10-08 | Fixed some bibtex comments in tests (closing }). | John MacFarlane | 2 | -2/+4 |
2020-10-08 | Be less aggressive about using quotes for YAML values. | John MacFarlane | 120 | -617/+615 |
2020-10-07 | Use double quotes for YAML metadata. | John MacFarlane | 126 | -880/+880 |
2020-10-07 | Fix URL prefixes in citations also when they occur in notes. | John MacFarlane | 8 | -128/+407 |
2020-10-06 | Unescape entities in writing CSL JSON. | John MacFarlane | 1 | -0/+17 |
2020-10-03 | Use latest citeproc. | John MacFarlane | 1 | -5/+7 |
2020-10-01 | Update to lastest citeproc | John MacFarlane | 2 | -4/+3 |
2020-09-27 | OpenDocument Writer: Implement table cell alignment (#6700) | Nils Carlson | 2 | -20/+65 |
2020-09-26 | Fix short-title. | John MacFarlane | 1 | -14/+18 |
2020-09-25 | RST reader: apply `.. class::` directly to following Header. | John MacFarlane | 1 | -0/+13 |
2020-09-24 | DocBook reader: Implement table cell alignment (#6698) | Nils Carlson | 2 | -40/+77 |
2020-09-24 | Citeproc: Insert space after csl-left-margin span contents... | John MacFarlane | 3 | -5/+5 |
2020-09-24 | OpenDocument writer: New table cell support with row and column spans (#6682) | Nils Carlson | 1 | -0/+157 |
2020-09-21 | Add built-in citation support using new citeproc library. | John MacFarlane | 223 | -10/+24913 |
2020-09-21 | Markdown reader: Set citationNoteNum accurately in citations. | John MacFarlane | 2 | -2/+2 |
2020-09-15 | LaTeX writer: fix spacing issue with list in definition list. | John MacFarlane | 1 | -0/+67 |
2020-09-10 | Changed default link state to invisible (#6676) | Leonard Rosenthol | 3 | -3/+137 |
2020-09-10 | Improved uncertainty handling in slunitx. | John MacFarlane | 1 | -0/+3 |
2020-09-10 | LaTeX reader: support parenthesized uncertainties in siunitx. | John MacFarlane | 1 | -0/+12 |
2020-09-10 | Implement support for internal document links in ICML (#6606) | Leonard Rosenthol | 3 | -0/+358 |
2020-09-10 | docbook reader: Implement column span support for tables (#6492) | Nils Carlson | 1 | -0/+119 |
2020-09-02 | LaTeX reader: Support squared, cubed, tothe in siunitx. | John MacFarlane | 1 | -10/+41 |
2020-08-31 | Fix tests for skylighting 0.10 | Albert Krewinkel | 2 | -8/+8 |
2020-08-14 | Change SIRange to SIrange (#6617) | Emerson Harkin | 1 | -9/+9 |
2020-07-23 | Minimal support for SIRange in LaTeX reader (#6418) | Emerson Harkin | 1 | -0/+59 |
2020-07-23 | Further improvements to ams theorem support, and a test. | John MacFarlane | 1 | -0/+41 |
2020-07-21 | RST reader: fix csv tables with multiline cells. | John MacFarlane | 2 | -0/+30 |
2020-07-19 | Remove use of cmark-gfm for commonmark/gfm rendering. | John MacFarlane | 4 | -7/+7 |
2020-07-01 | HTML writer: improve alt-text/caption handling for HTML5 | Albert Krewinkel | 4 | -6/+6 |
2020-06-23 | LaTeX reader: Retain the Div around tables with attributes. | John MacFarlane | 1 | -25/+26 |
2020-06-23 | Add test for #6481. | John MacFarlane | 1 | -0/+38 |
2020-05-20 | Add "summary" to list of block-level HTML tags. | John MacFarlane | 1 | -0/+18 |
2020-05-18 | Use CSS in favor of <br> for display math (#6372) | Lila | 1 | -2/+2 |
2020-05-12 | LaTeX writer: create hypertarget for links with identifier. | John MacFarlane | 1 | -0/+6 |
2020-05-12 | Use latest skylighting. | John MacFarlane | 2 | -8/+8 |
2020-05-02 | LaTeX Writer: Add support for customizable alignment of columns in beamer (#6... | andrebauer | 1 | -0/+40 |
2020-04-24 | RST writer: properly handle images with same alt text. | John MacFarlane | 1 | -0/+14 |
2020-04-22 | AsciiDoc writer: add blank line after Div. | John MacFarlane | 1 | -0/+18 |
2020-04-17 | Markdown writer: avoid unnecessary escapes before intraword `_` | John MacFarlane | 1 | -0/+14 |
2020-04-17 | LaTeX reader: don't put surrounding Div around Table. | John MacFarlane | 1 | -26/+25 |
2020-04-15 | Use the new builders, modify readers to preserve empty headers | despresc | 8 | -44/+8 |
2020-04-15 | Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors | despresc | 20 | -205/+205 |
2020-04-15 | Adapt to the newest Table type, fix some previous adaptation issues | despresc | 20 | -421/+593 |
2020-04-15 | Implement the new Table type | despresc | 20 | -215/+520 |
2020-04-15 | JATS reader: handle "label" element in section title. | John MacFarlane | 1 | -0/+8 |
2020-04-11 | LaTeX writer: ensure that `-M csquotes` works even in fragment mode. | John MacFarlane | 1 | -0/+6 |