Age | Commit message (Expand) | Author | Files | Lines |
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-10 | EPUB reader: stop mangling external URLs. | John MacFarlane | 1 | -8/+1 |
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 | 1 | -23/+35 |
2015-08-07 | Updated readers, writers and README for link attribute | mb21 | 6 | -25/+16 |
2015-08-07 | Updated readers and writers for new image attribute parameter. | John MacFarlane | 8 | -64/+103 |
2015-07-27 | HTML Reader: Detect font-variant with pickStyleAttrProps | Ophir Lifshitz | 1 | -6/+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-24 | HTML Reader: Parse <ol> type, class, and inline list-style(-type) CSS | Ophir Lifshitz | 1 | -17/+30 |
2015-07-23 | Added odt reader | MarLinn | 12 | -0/+4121 |
2015-07-23 | Updated tests and removed a skipSpaces.... | John MacFarlane | 1 | -1/+0 |
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 | 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-14 | Markdown reader: don't allow bare URI links or autolinks in link label. | John MacFarlane | 1 | -0/+2 |
2015-07-10 | Avoid parsing partial URLs as HTML tags. | John MacFarlane | 1 | -1/+8 |
2015-07-03 | Readers.RST: Factor out inline markup string parsing | Lars-Dominik Braun | 1 | -15/+11 |
2015-07-03 | Readers.RST: Parse field list name | Lars-Dominik Braun | 1 | -1/+1 |
2015-06-29 | Merge pull request #2250 from PromyLOPh/rsttarget | John MacFarlane | 1 | -1/+1 |
2015-06-29 | LaTeX reader: Allow `_` and `^` as regular inline text. | John MacFarlane | 1 | -1/+1 |
2015-06-29 | LaTeX reader: don't parse `_`,`^` as super/sub outside math mode. | John MacFarlane | 1 | -2/+0 |
2015-06-29 | Fix RST reference names with special characters | Lars-Dominik Braun | 1 | -1/+1 |
2015-06-21 | DocBook reader mediaobjects and figures, closes #2184 | mb21 | 1 | -11/+20 |
2015-06-04 | HTML reader: allow `<body>` to close `<head>`. | John MacFarlane | 1 | -0/+1 |
2015-05-28 | Removed tab chars in Textile reader source. | John MacFarlane | 1 | -2/+2 |
2015-05-26 | Merge pull request #2170 from tarleb/org-generalize-result-block | John MacFarlane | 1 | -16/+21 |
2015-05-23 | Org reader: drop trees with a :noexport: tag | Albert Krewinkel | 1 | -4/+12 |
2015-05-23 | Org reader: put header tags into empty spans | Albert Krewinkel | 1 | -2/+19 |
2015-05-23 | Org reader: generalize code block result parsing | Albert Krewinkel | 1 | -3/+3 |
2015-05-23 | Reorder block arguments parsing code | Albert Krewinkel | 1 | -13/+18 |
2015-05-13 | Markdown reader: Made implicit header references case-insensitive. | John MacFarlane | 1 | -11/+23 |
2015-05-13 | HTML reader: Support base tag. | John MacFarlane | 1 | -7/+28 |
2015-05-13 | Fixed regression in charsInBalancedBrackets. | John MacFarlane | 1 | -1/+2 |
2015-05-11 | HTML reader: Fixed detection of self-closing tags. | John MacFarlane | 1 | -2/+2 |
2015-05-03 | Make sure a closing `</div>` doesn't get included in a defn list item. | John MacFarlane | 1 | -0/+1 |
2015-04-29 | HTML reader: Allow multiple colgroups in table. | John MacFarlane | 1 | -1/+1 |
2015-04-26 | Fixed regression with lists inside defintiion lists. | John MacFarlane | 1 | -1/+1 |
2015-04-26 | Updated copyright notices to -2015. Closes #2111. | John MacFarlane | 9 | -17/+17 |
2015-04-22 | LaTeX reader: recognize `\newpage` as a block command. | John MacFarlane | 1 | -0/+1 |
2015-04-19 | Rewrote charsInBalancedBrackets. | John MacFarlane | 1 | -12/+15 |