Age | Commit message (Expand) | Author | Files | Lines |
2016-05-01 | Binary fmts throw PandocError on zip-archive fail | Jesse Rosenthal | 2 | -3/+7 |
2016-05-01 | Docx Reader: Throw PandocError on unzip failure | Jesse Rosenthal | 1 | -4/+5 |
2016-04-26 | Ignore leading space in org code blocks | Emanuel Evans | 1 | -4/+20 |
2016-04-15 | Docx Reader: parse `moveTo` and `moveFrom` | Jesse Rosenthal | 1 | -2/+2 |
2016-04-10 | Markdown reader: Fix pandoc title blocks with lines ending in 2 spaces. | John MacFarlane | 1 | -19/+23 |
2016-04-10 | Markdown + HTML readers: be more forgiving about unescaped &. | John MacFarlane | 1 | -10/+15 |
2016-03-22 | Fixed bug in Markdown raw HTML parsing. | John MacFarlane | 1 | -1/+1 |
2016-03-18 | Docx reader: Handle alternate content | Jesse Rosenthal | 1 | -14/+37 |
2016-03-16 | Docx reader: Don't make numbered heads into lists. | Jesse Rosenthal | 1 | -6/+8 |
2016-03-12 | Add readDocxWithWarnings | Jesse Rosenthal | 1 | -6/+15 |
2016-03-12 | Docx Reader: Add state to the parser, for warnings | Jesse Rosenthal | 1 | -6/+19 |
2016-03-10 | Fixed behavior of base tag. | John MacFarlane | 1 | -17/+11 |
2016-03-09 | Markdown reader: Improved pipe table parsing. | John MacFarlane | 1 | -15/+15 |
2016-03-09 | Markdown reader: Clean up pipe table parsing. | John MacFarlane | 1 | -8/+8 |
2016-03-09 | Markdown reader: allow `+` separators in pipe table cells. | John MacFarlane | 1 | -6/+4 |
2016-03-09 | Markdown reader: don't cross line boundary parsing pipe table row. | John MacFarlane | 1 | -1/+7 |
2016-03-08 | Docx reader: update feature checklist. | Jesse Rosenthal | 1 | -5/+3 |
2016-02-28 | LaTeX reader: handle interior `$` characters in math. | John MacFarlane | 1 | -4/+12 |
2016-02-26 | Docx Reader: Get rid of Modifiable typeclass. | Jesse Rosenthal | 3 | -198/+169 |
2016-02-21 | Markdown reader: use htmlInBalanced for rawVerbatimBlock. | John MacFarlane | 1 | -7/+5 |
2016-02-20 | Fixed some linter warnings. | John MacFarlane | 1 | -3/+3 |
2016-02-20 | Merge pull request #2646 from tarleb/org-figure-with-no-name | John MacFarlane | 1 | -3/+3 |
2016-02-20 | Merge pull request #2691 from tarleb/org-image-file-links | John MacFarlane | 1 | -29/+29 |
2016-02-20 | HTML reader: rewrote htmlInBalanced. | John MacFarlane | 1 | -10/+39 |
2016-02-16 | HTML reader: properly handle an empty cell in a simple table. | John MacFarlane | 1 | -0/+1 |
2016-02-04 | Markdown reader: Fixed bug with smart quotes around tex math. | John MacFarlane | 1 | -2/+2 |
2016-02-02 | Docx reader: Add a "Link" modifier to Reducible | Jesse Rosenthal | 1 | -0/+2 |
2016-01-31 | Org reader: Refactor link-target processing | Albert Krewinkel | 1 | -29/+29 |
2016-01-31 | LaTeX reader: `inlineCommand` now gobbles an empty `{}` after any command. | John MacFarlane | 1 | -1/+2 |
2016-01-29 | HTML reader: handle multiple meta tags with same name. | John MacFarlane | 1 | -2/+6 |
2016-01-29 | Properly handle LaTeX "math" environment as inline math. | John MacFarlane | 1 | -0/+1 |
2016-01-25 | Textile reader: Support `>`, `<`, `=`, `<>` text alignment attributes. | John MacFarlane | 1 | -2/+19 |
2016-01-22 | Changed type of Shared.uniqueIdent argument from [String] to Set String. | John MacFarlane | 5 | -11/+15 |
2016-01-11 | Prefix even empty figure names with "fig:" | Albert Krewinkel | 1 | -3/+3 |
2016-01-11 | Depend on deepseq rather than deepseq-generics. | John MacFarlane | 1 | -1/+1 |
2016-01-11 | Fixed regression in latex smart quote parsing. | John MacFarlane | 1 | -4/+5 |
2016-01-07 | Merge pull request #2629 from tarleb/org-noexport-fix | John MacFarlane | 1 | -2/+4 |
2016-01-07 | Fix function dropping subtrees tagged :noexport: | Albert Krewinkel | 1 | -2/+4 |
2016-01-07 | Markdown reader: renormalize table column widths if they exceed 100%. | John MacFarlane | 1 | -1/+6 |
2016-01-02 | Textile reader: don't allow block HTML tags in inline contexts. | John MacFarlane | 1 | -2/+2 |
2016-01-02 | MediaWiki reader: interpret markup inside `<tt>`, `<code>`. | John MacFarlane | 1 | -4/+6 |
2015-12-29 | Use cmark 0.5. | John MacFarlane | 1 | -4/+12 |
2015-12-22 | LaTeX reader: allow blank space between braced arguments of commands. | John MacFarlane | 1 | -1/+3 |
2015-12-19 | Markdown reader: fixed parsing bug with macros. | John MacFarlane | 1 | -1/+1 |
2015-12-13 | Docx reader: image attributes | mb21 | 2 | -10/+32 |
2015-12-13 | new function to extract multiple properties at once in CSS.hs | mb21 | 1 | -4/+1 |
2015-12-13 | RST reader: image attributes | mb21 | 1 | -7/+14 |
2015-12-12 | Implemented `east_asian_line_breaks` extension. | John MacFarlane | 1 | -1/+15 |
2015-12-12 | Modified readers to emit SoftBreak when appropriate. | John MacFarlane | 7 | -9/+19 |
2015-12-11 | Implemented SoftBreak and new `--wrap` option. | John MacFarlane | 1 | -1/+1 |