Age | Commit message (Expand) | Author | Files | Lines |
2015-09-23 | LaTeX reader: support longtable. | John MacFarlane | 1 | -0/+2 |
2015-09-22 | Merge pull request #2369 from mb21/language-variables | John MacFarlane | 2 | -12/+176 |
2015-09-20 | Merge pull request #2406 from tarleb/org-verse-fix | John MacFarlane | 1 | -1/+1 |
2015-09-19 | Make sure verse blocks can contain empty lines | Albert Krewinkel | 1 | -1/+1 |
2015-09-19 | [RST Writer] Don't normalize heading levels below input minimum | Nikolay Yakimov | 1 | -1/+7 |
2015-09-17 | Markdown writer: in TOC, add links to headers. | John MacFarlane | 1 | -2/+5 |
2015-09-09 | Use user data directory for reference docx archive. | John MacFarlane | 1 | -1/+1 |
2015-08-20 | `lang` variable is now in BCP47 format | mb21 | 2 | -12/+176 |
2015-08-17 | Merge pull request #2364 from gbataille/bugDoc | John MacFarlane | 1 | -6/+6 |
2015-08-17 | [BUG] Haddock : * and ^ to be escaped in docs | Grégory Bataille | 1 | -6/+6 |
2015-08-15 | RST reader: better handling of indirect roles. | John MacFarlane | 1 | -9/+11 |
2015-08-15 | Merge pull request #2360 from jg/issue-2354 | John MacFarlane | 1 | -1/+16 |
2015-08-15 | Org reader: add auto identifiers if not present on headers | Juliusz Gonera | 1 | -1/+16 |
2015-08-13 | RST writer: ensure that `\ ` is inserted when needed... | John MacFarlane | 1 | -0/+2 |
2015-08-12 | RST writer: Don't insert `\ ` when complex expression in matched pairs. | John MacFarlane | 1 | -3/+4 |
2015-08-10 | EPUB TOC: replace literal "<br/>" with space. | John MacFarlane | 1 | -0/+1 |
2015-08-10 | EPUB reader: stop mangling external URLs. | John MacFarlane | 1 | -8/+1 |
2015-08-10 | Docx writer: Moved invalid character stripping to `formattedString`. | John MacFarlane | 1 | -4/+4 |
2015-08-08 | MediaWiki reader: handle unquoted table attributes. | John MacFarlane | 1 | -2/+2 |
2015-08-08 | HTML reader: add auto identifiers if not present on headers. | John MacFarlane | 1 | -7/+17 |
2015-08-08 | DocBook reader: handle informalexample. | John MacFarlane | 1 | -1/+4 |
2015-08-08 | LaTeX reader: Implement \Cite. | John MacFarlane | 1 | -0/+1 |
2015-08-07 | Merge pull request #2327 from hftf/list-style | John MacFarlane | 2 | -23/+70 |
2015-08-07 | Updated readers, writers and README for link attribute | mb21 | 29 | -116/+118 |
2015-08-07 | Updated readers and writers for new image attribute parameter. | John MacFarlane | 31 | -188/+415 |
2015-08-05 | ICML writer: changed type of `writeICML`. | John MacFarlane | 1 | -39/+50 |
2015-08-05 | ICML writer: Add Cite style to citations. | John MacFarlane | 1 | -1/+3 |
2015-08-05 | PDF: Modified for new image size attributes parameter. | John MacFarlane | 1 | -6/+6 |
2015-08-05 | Parsing: Add `extractIdClass`, modified type of `KeyTable`. | John MacFarlane | 1 | -2/+14 |
2015-08-05 | ImageSize: Added functions for converting between image dimensions. | John MacFarlane | 1 | -15/+138 |
2015-07-30 | fix build failure with --flags=-https | Sergei Trofimovich | 1 | -1/+2 |
2015-07-27 | HTML Reader: Detect font-variant with pickStyleAttrProps | Ophir Lifshitz | 1 | -6/+5 |
2015-07-27 | Text.Pandoc.Options: modifications for image attributes. | John MacFarlane | 1 | -0/+5 |
2015-07-27 | Pipe tables: allow indented columns. | John MacFarlane | 1 | -1/+3 |
2015-07-25 | Merge pull request #1689 from kuribas/master | John MacFarlane | 1 | -3/+9 |
2015-07-25 | Pretty: comment fix (mb21). | John MacFarlane | 1 | -1/+1 |
2015-07-24 | HTML Reader: Parse <ol> type, class, and inline list-style(-type) CSS | Ophir Lifshitz | 2 | -17/+65 |
2015-07-23 | Added odt reader | MarLinn | 13 | -6/+4127 |
2015-07-23 | Updated tests and removed a skipSpaces.... | John MacFarlane | 1 | -1/+0 |
2015-07-23 | Parsing: toKey: strip off outer brackets. | John MacFarlane | 1 | -2/+4 |
2015-07-23 | Merge pull request #2323 from hftf/implicit-header-refs | John MacFarlane | 1 | -0/+2 |
2015-07-23 | LaTeX reader: support abstract environment. | John MacFarlane | 1 | -0/+1 |
2015-07-23 | Markdown Reader: Skip spaces in headers | Ophir Lifshitz | 1 | -0/+2 |
2015-07-21 | Fix regression: allow HTML comments containing `--`. | John MacFarlane | 1 | -4/+4 |
2015-07-21 | Use newManager instead of withManager in recent http-client. | John MacFarlane | 1 | -1/+10 |
2015-07-21 | DZSlides: Add `role="note"` for speaker notes. | John MacFarlane | 1 | -1/+2 |
2015-07-21 | HTML reader: handle type attribute on ol. | John MacFarlane | 1 | -1/+8 |
2015-07-21 | LaTeX reader: properly handle booktabs lines. | John MacFarlane | 1 | -1/+10 |
2015-07-16 | Removed unneeded import. | John MacFarlane | 1 | -2/+1 |
2015-07-16 | LaTeX writer: Fixed detection of 'chapters' from template. | John MacFarlane | 1 | -3/+11 |