Age | Commit message (Expand) | Author | Files | Lines |
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-15 | Use the new builders, modify readers to preserve empty headers | despresc | 6 | -135/+141 |
2020-04-15 | Adapt to the newest Table type, fix some previous adaptation issues | despresc | 6 | -47/+77 |
2020-04-15 | Implement the new Table type | despresc | 6 | -41/+63 |
2020-04-15 | Markdown Reader: Fix inline code in lists (#6284) | Nikolay Yakimov | 1 | -0/+47 |
2020-04-04 | Jira: support citations, attachment links, and user links | Albert Krewinkel | 1 | -3/+33 |
2020-04-03 | Jira reader: resolve parsing issues of blockquote, color | Albert Krewinkel | 1 | -2/+16 |
2020-03-31 | Jira reader: use span with class `underline` for inserted text | Albert Krewinkel | 1 | -0/+4 |
2020-03-30 | Jira reader: retain image attributes | Albert Krewinkel | 1 | -0/+9 |
2020-03-28 | More cleanup (#6209) | Joseph C. Sible | 1 | -3/+2 |
2020-03-19 | Jira reader: fix parsing of tables without preceding blankline | Albert Krewinkel | 1 | -0/+5 |
2020-03-18 | Jira reader: fix parsing of strikeout, emphasis | Albert Krewinkel | 1 | -0/+4 |
2020-03-13 | Update copyright year (#6186) | Albert Krewinkel | 28 | -29/+29 |
2020-03-13 | Jira reader: support colored inline text, indented lists | Albert Krewinkel | 1 | -0/+4 |
2020-03-05 | Fix man reader test for previous change. | John MacFarlane | 1 | -1/+1 |
2020-02-08 | Use <$> instead of >>= and return (#6128) | Joseph C. Sible | 1 | -1/+1 |
2020-02-07 | Apply linter suggestions. Add fix_spacing to lint target in Makefile. | John MacFarlane | 5 | -24/+24 |
2019-12-21 | HTML reader tests: modify round-trip tests... | John MacFarlane | 1 | -0/+4 |
2019-12-19 | Org reader: fix parsing problem for colons in headline | Albert Krewinkel | 1 | -0/+10 |
2019-12-18 | Org reader: wrap named table in div, using name as id | Albert Krewinkel | 1 | -0/+7 |
2019-12-17 | Add jira reader (#5913) | Albert Krewinkel | 1 | -0/+114 |
2019-11-18 | DokuWiki reader: parse markup inside monospace ('') (#5917) | Alexander Krotov | 1 | -0/+3 |
2019-11-12 | Switch to new pandoc-types and use Text instead of String [API change]. | despresc | 8 | -16/+23 |
2019-11-04 | HTML Reader/Writer - Add support for <var> and <samp> (#5861) | Amogh Rathore | 1 | -0/+6 |
2019-11-03 | Docx reader: fix list number resumption for sublists. Closes #4324. | John MacFarlane | 1 | -0/+4 |
2019-10-27 | Org reader: fix parsing of empty comment lines | Albert Krewinkel | 1 | -1/+11 |
2019-10-23 | Add Reader support for HTML <samp> element (#5843) | Amogh Rathore | 1 | -0/+6 |
2019-10-15 | Muse reader: do not allow closing asterisks to be followed by "*" | Alexander Krotov | 1 | -3/+23 |
2019-10-15 | Muse reader: do not split series of asterisks into symbols and emphasis | Alexander Krotov | 1 | -0/+8 |
2019-10-15 | Muse reader: do not terminate emphasis on "*" not followed by space | Alexander Krotov | 1 | -0/+4 |
2019-10-04 | hlint Muse reader tests | Alexander Krotov | 1 | -1/+1 |
2019-09-21 | [Docx Reader] Use style names, not ids, for assigning semantic meaning | Nikolay Yakimov | 1 | -0/+9 |
2019-09-15 | Revert "FB2 reader test: better diagnostics on failure." | John MacFarlane | 1 | -28/+1 |
2019-09-15 | FB2 reader test: better diagnostics on failure. | John MacFarlane | 1 | -1/+28 |
2019-09-14 | FB2 reader test: Another attempt to fix test failure on GitHub CI. | John MacFarlane | 1 | -4/+5 |
2019-09-13 | Revert "FB2 reader test: filter CRs." | John MacFarlane | 1 | -2/+2 |
2019-09-13 | FB2 reader test: filter CRs. | John MacFarlane | 1 | -2/+2 |
2019-09-04 | Roff readers: better parsing of groups. | John MacFarlane | 1 | -1/+1 |
2019-07-28 | Use doctemplates 0.3, change type of writerTemplate. | John MacFarlane | 3 | -3/+3 |
2019-07-22 | Org reader: accept ATTR_LATEX in block attributes | Albert Krewinkel | 1 | -0/+7 |
2019-07-14 | Muse: add RTL support | Alexander Krotov | 1 | -0/+3 |
2019-07-13 | Merge pull request #5589 from blmage/fix-3992 | John MacFarlane | 1 | -1/+33 |
2019-06-22 | add tests for EPUB2 and EPUB3 cover reader | martinfrancois | 1 | -1/+33 |
2019-06-20 | Add a test for MathML formulas in ODT documents | blmage | 1 | -0/+1 |
2019-06-09 | Muse reader: test that links inside image descriptions work | Alexander Krotov | 1 | -0/+3 |
2019-05-25 | Muse reader: allow images inside link descriptions | Alexander Krotov | 1 | -0/+3 |
2019-05-13 | Org reader: fix planning elements in headers level 3 and higher | Albert Krewinkel | 1 | -0/+24 |
2019-05-13 | Org reader: omit, but warn about unknown export options | Albert Krewinkel | 1 | -0/+18 |