Age | Commit message (Expand) | Author | Files | Lines |
2016-05-01 | Merge pull request #2890 from bcdevices/docbook5-writer | John MacFarlane | 2 | -6/+17 |
2016-05-01 | Binary fmts throw PandocError on zip-archive fail | Jesse Rosenthal | 2 | -3/+7 |
2016-05-01 | LaTeX writer: use {} around options containing special chars. | John MacFarlane | 1 | -4/+9 |
2016-05-01 | Docx Reader: Throw PandocError on unzip failure | Jesse Rosenthal | 1 | -4/+5 |
2016-04-29 | Docbook5 writer: Properly handle ulink/link | Ivo Clarysse | 1 | -1/+3 |
2016-04-29 | Write out Docbook 5 namespace | Ivo Clarysse | 2 | -6/+9 |
2016-04-29 | HTML writer: ensure mathjax link is added when math appears in footnote. | John MacFarlane | 1 | -3/+2 |
2016-04-29 | Add docbook5 writer support | Ivo Clarysse | 2 | -3/+9 |
2016-04-27 | Revert "LaTeX writer: Add `\strut` to fix multiline tables" | John MacFarlane | 1 | -2/+1 |
2016-04-26 | Merge pull request #2735 from mb21/patch-1 | John MacFarlane | 1 | -1/+1 |
2016-04-26 | Merge pull request #2829 from adunning/patch-1 | John MacFarlane | 1 | -7/+17 |
2016-04-26 | Merge pull request #2876 from shosti/org-code-indent | John MacFarlane | 1 | -4/+20 |
2016-04-26 | LaTeX writer: ignore --incremental unless -t beamer. | John MacFarlane | 1 | -1/+2 |
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-04-01 | LaTeX writer: Add missing languages. | Andrew Dunning | 1 | -7/+17 |
2016-03-30 | Recognize `la-x-classic` as Classical Latin. | Andrew Dunning | 1 | -0/+2 |
2016-03-26 | EPUB writer: set 'navpage' variable on nav page. | John MacFarlane | 1 | -1/+2 |
2016-03-25 | Removed two superfluous lines. | John MacFarlane | 1 | -2/+0 |
2016-03-24 | LaTeX writer: better positioning for hypertarget in figures. | John MacFarlane | 1 | -16/+23 |
2016-03-24 | LaTeX writer: Fixed position of label in figures. | John MacFarlane | 1 | -3/+3 |
2016-03-22 | Updated copyright dates to include 2016. | John MacFarlane | 17 | -34/+34 |
2016-03-22 | Fixed bug in Markdown raw HTML parsing. | John MacFarlane | 1 | -1/+1 |
2016-03-20 | LaTeX Writer: fix polyglossia to babel env mapping | Mauro Bieg | 1 | -1/+1 |
2016-03-19 | Merge pull request #2637 from mb21/latex-figure-label | John MacFarlane | 1 | -19/+24 |
2016-03-18 | ConTeXt writer: fix whitespace at line beginning in line blocks. | John MacFarlane | 1 | -1/+11 |
2016-03-18 | LaTeX writer: Avoid double toprule in headerless table with caption. | John MacFarlane | 1 | -7/+10 |
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-15 | Introduce file-scope parsing (parse-before-combine) | Jesse Rosenthal | 1 | -0/+2 |
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-10 | Docx Writer: handle image alt text | mb21 | 1 | -2/+2 |
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 | DokuWiki writer: use $$ for display math. | John MacFarlane | 1 | -1/+4 |
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-23 | Make protocol-relative URIs work again. | John MacFarlane | 1 | -2/+4 |
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 #2668 from monofon/fix/yaml-metadata-block-bottom-line | John MacFarlane | 1 | -1/+1 |
2016-02-20 | Merge pull request #2691 from tarleb/org-image-file-links | John MacFarlane | 1 | -29/+29 |