Age | Commit message (Expand) | Author | Files | Lines |
2015-08-07 | Merge pull request #2327 from hftf/list-style | John MacFarlane | 2 | -0/+20 |
2015-07-27 | Pipe tables: allow indented columns. | John MacFarlane | 2 | -1/+16 |
2015-07-24 | HTML Reader: Test <ol> type, class, and inline list-style(-type) CSS | Ophir Lifshitz | 2 | -0/+20 |
2015-07-23 | Added odt reader | MarLinn | 63 | -0/+219 |
2015-07-23 | Updated tests and removed a skipSpaces.... | John MacFarlane | 1 | -6/+6 |
2015-07-23 | Markdown Reader: Add basic tests for each header style | Ophir Lifshitz | 1 | -0/+10 |
2015-07-23 | Markdown Reader: Add implicit header ref tests for headers with spaces | Ophir Lifshitz | 1 | -0/+20 |
2015-07-21 | Fix regression: allow HTML comments containing `--`. | John MacFarlane | 1 | -0/+3 |
2015-07-21 | HTML reader: handle type attribute on ol. | John MacFarlane | 1 | -2/+2 |
2015-07-15 | Merge pull request #2303 from hftf/h6 | John MacFarlane | 2 | -1/+9 |
2015-07-15 | Docx Reader: Updated headers test | Ophir Lifshitz | 2 | -1/+9 |
2015-07-14 | Markdown reader: don't allow bare URI links or autolinks in link label. | John MacFarlane | 1 | -1/+12 |
2015-07-14 | Improved bare autolink detection. | John MacFarlane | 1 | -0/+4 |
2015-07-13 | DokuWiki: write $..$ instead of <math>..</math> | Tiziano Müller | 1 | -7/+7 |
2015-07-10 | Removed tabs from source. | John MacFarlane | 1 | -3/+3 |
2015-07-10 | Avoid parsing partial URLs as HTML tags. | John MacFarlane | 1 | -0/+3 |
2015-07-08 | Merge pull request #2266 from PromyLOPh/fieldinline | John MacFarlane | 1 | -16/+38 |
2015-07-07 | Fixed email javascript obfuscation with mailto: URLs. | John MacFarlane | 1 | -1/+1 |
2015-07-06 | Updated context writer test. | John MacFarlane | 1 | -1/+1 |
2015-07-03 | Tests.Readers.RST: Test metadata with inline markup too | Lars-Dominik Braun | 1 | -4/+6 |
2015-07-03 | Tests.Readers.RST: Group field list tests | Lars-Dominik Braun | 1 | -24/+26 |
2015-07-03 | Readers.RST: Parse field list name | Lars-Dominik Braun | 1 | -2/+20 |
2015-07-01 | Do not add a carriage return after a hard line break in OpenDocument writer a... | Michael Chladek | 1 | -2/+1 |
2015-06-29 | Fix RST reference names with special characters | Lars-Dominik Braun | 1 | -0/+4 |
2015-06-27 | Textile writer: escape `+` and `-` as entities. | John MacFarlane | 1 | -8/+8 |
2015-06-27 | Plain writer: don't use symbols for super/subscript. | John MacFarlane | 1 | -3/+3 |
2015-06-27 | Updated latex writer tests for last template change. | John MacFarlane | 3 | -0/+3 |
2015-06-21 | DocBook reader mediaobjects and figures, closes #2184 | mb21 | 2 | -4/+23 |
2015-06-09 | Fixed tests/docx/links.docx for new url. | John MacFarlane | 1 | -0/+0 |
2015-06-09 | replace old url with pandoc.org | Pablo Rodríguez | 6 | -6/+6 |
2015-06-09 | Fix InDesign crash with URLs containing more than one colon character | gohai | 1 | -18/+18 |
2015-06-07 | DokuWiki writer: Use proper `<code>` tags for code blocks. | John MacFarlane | 1 | -15/+37 |
2015-05-27 | LaTeX template: Move hyperref before polyglossia. | John MacFarlane | 3 | -30/+30 |
2015-05-26 | Merge pull request #2169 from tarleb/org-header-tags | John MacFarlane | 1 | -4/+26 |
2015-05-26 | Merge pull request #2141 from DigitalPublishingToolkit/icml-images | John MacFarlane | 1 | -2/+2 |
2015-05-26 | Updated tests for new highlighting-kate. | John MacFarlane | 3 | -25/+76 |
2015-05-23 | Org reader: drop trees with a :noexport: tag | Albert Krewinkel | 1 | -0/+7 |
2015-05-23 | Org reader: put header tags into empty spans | Albert Krewinkel | 1 | -4/+19 |
2015-05-13 | Markdown reader: Made implicit header references case-insensitive. | John MacFarlane | 2 | -0/+3 |
2015-05-13 | HTML reader: Support base tag. | John MacFarlane | 2 | -0/+29 |
2015-05-13 | Fixed regression in charsInBalancedBrackets. | John MacFarlane | 2 | -0/+6 |
2015-05-11 | Fix image URIs in ICML output (v2) | gohai | 1 | -2/+2 |
2015-05-04 | Test updates for 15d16e84567ca74c18448c60a2499e484581798f. | John MacFarlane | 3 | -0/+12 |
2015-05-03 | Make sure a closing `</div>` doesn't get included in a defn list item. | John MacFarlane | 1 | -0/+4 |
2015-05-02 | Fixed tests for change to latex template. | John MacFarlane | 3 | -3/+3 |
2015-04-26 | Fixed regression with lists inside defintiion lists. | John MacFarlane | 1 | -0/+3 |
2015-04-22 | EPUB tests: don't use joinPath, which varies across platforms. | John MacFarlane | 1 | -2/+5 |
2015-04-20 | MD Reader: Tests for links/footnotes after citations | Nikolay Yakimov | 1 | -0/+41 |
2015-04-18 | Added test case for #2062. | John MacFarlane | 1 | -0/+3 |
2015-04-18 | Markdown writer: improved escaping. | John MacFarlane | 3 | -17/+17 |