Age | Commit message (Expand) | Author | Files | Lines |
2015-11-12 | Updated tests for template changes. | John MacFarlane | 6 | -34/+28 |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 25 | -26/+1 |
2015-11-08 | Merge pull request #2505 from tarleb/org-header-markup-fix | John MacFarlane | 1 | -0/+11 |
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 25 | -1/+26 |
2015-11-08 | Org reader: fix markup parsing in headers | Albert Krewinkel | 1 | -0/+11 |
2015-10-30 | Pipe tables with long lines now get relative cell widths. | John MacFarlane | 2 | -1/+19 |
2015-10-30 | HTML writer: use width on whole table if col widths sum to < 100%. | John MacFarlane | 1 | -3/+3 |
2015-10-30 | Textile reader: don't do smart punctuation unless explicitly asked. | John MacFarlane | 1 | -8/+8 |
2015-10-28 | LaTeX writer: add `\protect` to `\hyperlink`. | John MacFarlane | 1 | -1/+1 |
2015-10-27 | LaTeX writer: Use `\hypertarget` and `\hyperlink` for links. | John MacFarlane | 1 | -1/+1 |
2015-10-25 | Template improvements (Andrew Dunning). | John MacFarlane | 3 | -9/+12 |
2015-10-25 | Merge pull request #2477 from tarleb/org-toggling-header-args | John MacFarlane | 1 | -0/+19 |
2015-10-25 | Org reader: allow toggling header args | Albert Krewinkel | 1 | -0/+19 |
2015-10-24 | Org reader: fix paragraph/list interaction | Albert Krewinkel | 1 | -0/+8 |
2015-10-22 | Fixed over-eager raw HTML inline parsing. | John MacFarlane | 1 | -0/+3 |
2015-10-20 | Updated tests for latex/context template changes. | John MacFarlane | 6 | -161/+87 |
2015-10-19 | Fixed one test case. | John MacFarlane | 1 | -1/+1 |
2015-10-19 | Merge pull request #2458 from mb21/lang-inlines | John MacFarlane | 5 | -0/+309 |
2015-10-18 | Updated tests for template changes. | John MacFarlane | 3 | -3/+3 |
2015-10-18 | Tests: Unset `pandoc-version` so we don't get the comment... | John MacFarlane | 2 | -3/+2 |
2015-10-18 | Added writers-lang-and-dir test, fixed ConTeXt writer test | mb21 | 5 | -0/+309 |
2015-10-15 | Use unicode super/subscripts for digits in plain output. | John MacFarlane | 1 | -2/+2 |
2015-10-14 | Use custom Prelude to avoid compiler warnings. | John MacFarlane | 8 | -8/+0 |
2015-10-13 | Fixed tests for template changes. | John MacFarlane | 3 | -5/+7 |
2015-10-12 | RST writer: do header normalization only in "standalone" mode. | John MacFarlane | 1 | -8/+13 |
2015-10-11 | Percent-encode more special characters in URLs. | John MacFarlane | 1 | -2/+4 |
2015-10-11 | HTML reader/writer: better handling of "section" elements. | John MacFarlane | 5 | -559/+1451 |
2015-10-10 | Removed xltxtra, xunicode from LaTeX template. | John MacFarlane | 3 | -3/+0 |
2015-10-10 | Merge pull request #2412 from frerich/reader/docbook/xref_support | John MacFarlane | 3 | -0/+101 |
2015-10-10 | Adjusted man writer test for latest template changes. | John MacFarlane | 1 | -0/+3 |
2015-10-04 | Merge pull request #2432 from hftf/hyphens | John MacFarlane | 3 | -0/+6 |
2015-10-04 | Updated tests for changes to latex template. | John MacFarlane | 3 | -3/+27 |
2015-10-04 | Docx Reader: Create special punctuation test | Ophir Lifshitz | 3 | -0/+6 |
2015-09-26 | MediaBag: ensure that / is always used as path separator. | John MacFarlane | 1 | -1/+1 |
2015-09-24 | Improve text generated for <xref> by employing docbook-xsl heuristics | Frerich Raabe | 1 | -3/+3 |
2015-09-24 | Added proper support for DocBook 'xref' elements | Frerich Raabe | 3 | -0/+101 |
2015-09-20 | Merge pull request #2406 from tarleb/org-verse-fix | John MacFarlane | 1 | -0/+9 |
2015-09-19 | Make sure verse blocks can contain empty lines | Albert Krewinkel | 1 | -0/+9 |
2015-09-19 | [RST Writer] Don't normalize heading levels below input minimum | Nikolay Yakimov | 1 | -0/+25 |
2015-09-09 | Tests: docx writer tests now use "../data" for data directory. | John MacFarlane | 1 | -1/+4 |
2015-08-15 | Use real jpg (not empty) for docx tests to avoid warning. | John MacFarlane | 3 | -0/+0 |
2015-08-15 | RST reader: better handling of indirect roles. | John MacFarlane | 2 | -3/+3 |
2015-08-15 | Merge pull request #2360 from jg/issue-2354 | John MacFarlane | 1 | -20/+38 |
2015-08-15 | Org reader: add auto identifiers if not present on headers | Juliusz Gonera | 1 | -20/+38 |
2015-08-10 | EPUB reader: stop mangling external URLs. | John MacFarlane | 2 | -7/+7 |
2015-08-08 | Updated html reader for new automatic header attributes. | John MacFarlane | 1 | -33/+33 |
2015-08-08 | MediaWiki reader: handle unquoted table attributes. | John MacFarlane | 1 | -1/+1 |
2015-08-07 | Merge pull request #2327 from hftf/list-style | John MacFarlane | 2 | -0/+20 |
2015-08-07 | Updated tests for link attribute changes. | mb21 | 24 | -240/+240 |
2015-08-07 | Updated Arbitrary instance for link attribute | mb21 | 1 | -2/+3 |