Age | Commit message (Expand) | Author | Files | Lines |
2021-01-03 | Org reader: mark verbatim code with class "verbatim". (#6998) | Dimitri Sabadie | 1 | -2/+2 |
2021-01-02 | LaTeX writer: revert table line height increase in 2.11.3. | John MacFarlane | 6 | -79/+62 |
2021-01-01 | Org reader: restructure output of captioned code blocks | Albert Krewinkel | 1 | -3/+3 |
2020-12-30 | Mediawiki reader: allow space around storng/emph delimiters. | John MacFarlane | 1 | -0/+21 |
2020-12-30 | Update ms table tests. | John MacFarlane | 1 | -0/+14 |
2020-12-28 | Update test for new citeproc and require it in cabal. | John MacFarlane | 1 | -1/+1 |
2020-12-27 | Add support for writing nested tables to asciidoc (#6972) | timo-a | 1 | -0/+82 |
2020-12-27 | Powerpoint writer: allow arbitrary OOXML in raw inline elements | Albert Krewinkel | 1 | -1/+1 |
2020-12-20 | LaTeX writer: support colspans and rowspans in tables. (#6950) | Albert Krewinkel | 4 | -1/+86 |
2020-12-18 | Remove some test files that are no longer used. | John MacFarlane | 3 | -48/+0 |
2020-12-17 | Update test with new skylighting CSS. | John MacFarlane | 2 | -0/+2 |
2020-12-15 | Properly handle boolean values in writing YAML metadata. | John MacFarlane | 1 | -0/+16 |
2020-12-15 | Allow both inline and external references to be used | John MacFarlane | 1 | -0/+18 |
2020-12-13 | RST writer: better image handling. | John MacFarlane | 2 | -11/+31 |
2020-12-13 | Docx writer: keep raw openxml strings verbatim. | Albert Krewinkel | 5 | -0/+19 |
2020-12-12 | ICML writer: fix image bounding box for custom widths/heights | mb21 | 3 | -0/+7 |
2020-12-10 | HTML reader: retain attribute prefixes and avoid duplicates. | John MacFarlane | 2 | -5/+5 |
2020-12-07 | Merge pull request #6922 from jtojnar/db-writer-admonitions | John MacFarlane | 1 | -0/+66 |
2020-12-07 | Docbook writer: Handle admonition titles from Markdown reader | Jan Tojnar | 1 | -0/+14 |
2020-12-07 | Docbook writer: handle admonitions | Jan Tojnar | 1 | -0/+52 |
2020-12-05 | Org reader: preserve targets of spurious links | Albert Krewinkel | 1 | -2/+4 |
2020-12-05 | OpenDocument writer: Allow references for internal links (#6774) | Nils Carlson | 1 | -0/+63 |
2020-12-05 | LaTeX reader: don't apply theorem default styling to a figure inside. | John MacFarlane | 1 | -0/+34 |
2020-12-04 | Markdown writer: ensure that a new csl-block begins on a new line. | John MacFarlane | 1 | -2/+4 |
2020-12-03 | EPUB writer: include title page in landmarks. | John MacFarlane | 1 | -1/+2 |
2020-12-03 | Docx writer: Support bold and italic in "complex script." | John MacFarlane | 3 | -0/+0 |
2020-11-27 | HTML reader tests: improve test coverage of new features | Albert Krewinkel | 2 | -0/+185 |
2020-11-27 | HTML reader: support body headers, row head columns | Albert Krewinkel | 2 | -24/+23 |
2020-11-26 | Docx writer: Fix bullets/lists indentation | cholonam | 31 | -0/+0 |
2020-11-26 | LaTeX reader: preserve center environment (#6852) | Igor Pashev | 2 | -13/+39 |
2020-11-26 | HTML reader: improve support for table headers, footer, attributes | Albert Krewinkel | 1 | -22/+24 |
2020-11-25 | latex template: put back amssymb | John MacFarlane | 4 | -8/+4 |
2020-11-25 | Update tests for LaTeX table changes. | John MacFarlane | 2 | -121/+38 |
2020-11-25 | LaTeX tables: Fix calculation of column spacing. | John MacFarlane | 1 | -36/+36 |
2020-11-25 | Fix truncation of `[Citation]` list in `Cite` inside footnotes... | John MacFarlane | 1 | -0/+36 |
2020-11-25 | latex template: disable language-specific shorthands in babel. | John MacFarlane | 1 | -1/+4 |
2020-11-24 | test/tables/*.native: normalized (#6888) | Kolen Cheung | 3 | -177/+324 |
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 | 1 | -10/+10 |
2020-11-22 | OpenDocument Writer: Implement Div and Span ident support (#6755) | Nils Carlson | 1 | -0/+11 |
2020-11-22 | LaTeX writer: Improve table spacing. | John MacFarlane | 3 | -71/+71 |
2020-11-22 | Org reader: parse `#+LANGUAGE` into `lang` metadata field | Albert Krewinkel | 1 | -0/+4 |
2020-11-21 | OpenDocument writer: Table text width support (#6792) | Nils Carlson | 1 | -0/+66 |
2020-11-21 | LaTeX reader: more robust parsing of bracketed options. | John MacFarlane | 1 | -0/+7 |
2020-11-20 | DocBook reader: Table text width support (#6791) | Nils Carlson | 1 | -0/+32 |
2020-11-20 | Improve LaTeX option parsing... | John MacFarlane | 1 | -0/+6 |
2020-11-20 | `commonmark_x`: replace `auto_identifiers` with `gfm_auto_identifiers`. | John MacFarlane | 1 | -2/+2 |
2020-11-19 | JATS writer: support advanced table features | Albert Krewinkel | 7 | -319/+537 |
2020-11-18 | Man reader: improve handling of .IP. | John MacFarlane | 1 | -0/+52 |
2020-11-18 | JATS writer: wrap all tables | Albert Krewinkel | 3 | -324/+348 |