Age | Commit message (Expand) | Author | Files | Lines |
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-11-24 | HTML reader tests: disable round-trip testing for tables | Albert Krewinkel | 1 | -11/+3 |
2020-11-22 | Org reader: parse `#+LANGUAGE` into `lang` metadata field | Albert Krewinkel | 1 | -0/+4 |
2020-11-19 | JATS writer: support advanced table features | Albert Krewinkel | 1 | -1/+1 |
2020-11-18 | Replace org #+KEYWORDS with #+keywords | TEC | 7 | -92/+92 |
2020-11-14 | Markdown writer: default to using ATX headings. | Aner Lucero | 2 | -3/+7 |
2020-10-14 | Fix remaining typos in tests | Albert Krewinkel | 2 | -2/+2 |
2020-10-07 | Use golden test framework for command tests. | John MacFarlane | 1 | -27/+59 |
2020-10-06 | DOCX reader: Allow empty dates in comments and tracked changes (#6726) | Diego Balseiro | 2 | -0/+9 |
2020-10-02 | Docx writer: better handle list items whose contents are lists (#6522) | Michael Hoffmann | 1 | -0/+5 |
2020-09-21 | Markdown reader: Set citationNoteNum accurately in citations. | John MacFarlane | 1 | -4/+4 |
2020-09-15 | LaTeX reader: fix improper empty cell filtering (#6689) | Christian Despres | 1 | -6/+26 |
2020-09-13 | HTML writer: support intermediate table headers | Albert Krewinkel | 1 | -1/+1 |
2020-09-13 | Fix hlint suggestions, update hlint.yaml (#6680) | Christian Despres | 10 | -29/+27 |
2020-09-12 | HTML writer: render table footers if present | Albert Krewinkel | 1 | -6/+7 |
2020-09-12 | [API change] Rename Writers.Tables and its contents (#6679) | Christian Despres | 1 | -64/+66 |
2020-09-10 | Support colspans and rowspans in HTML tables (#6644) | Albert Krewinkel | 1 | -2/+19 |
2020-09-05 | Add Writers.Tables helper functions and types, add tests for those (#6655) | Christian Despres | 1 | -0/+252 |
2020-08-15 | [Latex Reader] Fixing issues with \multirow and \multicolumn table cells (#6608) | Laurent P. René de Cotret | 1 | -4/+13 |
2020-08-07 | [Latex Reader] Table cell parser not consuming spaces correctly (#6597) | Laurent P. René de Cotret | 1 | -0/+7 |
2020-07-23 | Col-span and row-span in LaTeX reader (#6470) | Laurent P. René de Cotret | 1 | -3/+55 |
2020-07-08 | Escape starting periods in ms writer code blocks | Michael Hoffmann | 1 | -0/+37 |
2020-07-01 | Org reader: respect tables-excluding export setting | Albert Krewinkel | 1 | -0/+8 |
2020-06-30 | Org reader: respect export setting disabling footnotes | Albert Krewinkel | 1 | -0/+16 |
2020-06-30 | Org reader: respect export setting which disables entities | Albert Krewinkel | 1 | -0/+6 |
2020-06-29 | Org reader: keep unknown keyword lines as raw org | Albert Krewinkel | 1 | -2/+5 |
2020-06-29 | Org reader: unify keyword handling | Albert Krewinkel | 1 | -48/+56 |
2020-06-29 | Org reader: support LATEX_HEADER_EXTRA and HTML_HEAD_EXTRA settings | Albert Krewinkel | 1 | -29/+49 |
2020-06-29 | Org reader: allow multiple #+SUBTITLE export settings | Albert Krewinkel | 1 | -0/+7 |
2020-06-28 | JATS reader: parse abstract element into metadata field of same name (#6482) | Albert Krewinkel | 1 | -0/+17 |
2020-06-28 | Org reader: read `#+INSTITUTE` values as text with markup | Albert Krewinkel | 1 | -0/+4 |
2020-06-28 | Org tests: group export settings test for Org reader | Albert Krewinkel | 1 | -74/+79 |
2020-06-28 | Org reader: update behavior of author, keywords export settings | Albert Krewinkel | 1 | -20/+35 |
2020-06-27 | Org reader: read description lines as inlines | Albert Krewinkel | 1 | -5/+17 |
2020-06-25 | Org reader: honor tex export option | Albert Krewinkel | 1 | -0/+73 |
2020-06-22 | Use native Underline instead of Span in Jira | John MacFarlane | 2 | -3/+2 |
2020-06-20 | Recognize images with uppercase extensions | Albert Krewinkel | 1 | -0/+4 |
2020-05-18 | Propagate (DY)LD_LIBRARY_PATH in tests (#6376) | Lila | 2 | -9/+14 |
2020-05-12 | Lua: fix regression in package searcher | Albert Krewinkel | 1 | -0/+6 |
2020-04-28 | Support new Underline element in readers and writers (#6277) | Vaibhav Sagar | 4 | -10/+6 |
2020-04-19 | More fixes for round-trip tests of HTML reader. | John MacFarlane | 1 | -6/+10 |
2020-04-18 | Fixed round-trip HTML tests. | John MacFarlane | 1 | -0/+5 |
2020-04-17 | API change: use PandocError for exceptions in Lua subsystem | Albert Krewinkel | 1 | -7/+8 |
2020-04-15 | Modify toLegacyTable to cut up cells, add tests | despresc | 1 | -0/+61 |
2020-04-15 | Use the new builders, modify readers to preserve empty headers | despresc | 8 | -144/+163 |
2020-04-15 | Adapt to the newest Table type, fix some previous adaptation issues | despresc | 8 | -50/+80 |
2020-04-15 | Implement the new Table type | despresc | 8 | -47/+69 |