Age | Commit message (Expand) | Author | Files | Lines |
2016-05-20 | Org reader: add :PROPERTIES: drawer support | Albert Krewinkel | 1 | -28/+56 |
2016-05-19 | Merge pull request #2927 from tarleb/org-attr-html | John MacFarlane | 2 | -84/+106 |
2016-05-19 | Org reader: add support for ATTR_HTML attributes | Albert Krewinkel | 1 | -7/+28 |
2016-05-19 | Org reader: use custom `anyLine` | Albert Krewinkel | 1 | -3/+10 |
2016-05-19 | Org reader: refactor block attribute handling | Albert Krewinkel | 2 | -83/+77 |
2016-05-17 | EPUB reader: unescape URIs in spine. | John MacFarlane | 1 | -2/+4 |
2016-05-17 | LaTeX writer: Don't escape underscore in labels. | John MacFarlane | 1 | -1/+1 |
2016-05-12 | Merge pull request #2894 from sid-kap/rst-code-class | John MacFarlane | 1 | -6/+8 |
2016-05-11 | Merge pull request #2913 from jlduran/strut-minipage-tables | John MacFarlane | 1 | -2/+2 |
2016-05-11 | Merge pull request #2912 from tarleb/org-export-settings | John MacFarlane | 2 | -159/+320 |
2016-05-11 | Org reader: parse but ignore export options | Albert Krewinkel | 1 | -2/+35 |
2016-05-11 | Org reader: add support for sub/superscript export options | Albert Krewinkel | 2 | -3/+57 |
2016-05-11 | Org reader: move parser state into separate module | Albert Krewinkel | 2 | -158/+232 |
2016-05-11 | Retake on strut with \minipage inside tables | Jose Luis Duran | 1 | -2/+2 |
2016-05-09 | Avoid lazy foldl in LaTeX writer. | John MacFarlane | 1 | -4/+5 |
2016-05-09 | Merge pull request #2907 from tarleb/org-fixes | John MacFarlane | 2 | -5/+10 |
2016-05-09 | Org writer: print empty table rows | Albert Krewinkel | 1 | -1/+1 |
2016-05-09 | Org reader: fix inline-LaTeX regression | Albert Krewinkel | 1 | -4/+9 |
2016-05-09 | Allow spaces before '!' in MediaWiki table header | roblabla | 1 | -1/+1 |
2016-05-05 | Merge pull request #2898 from tarleb/org-table-refactoring | John MacFarlane | 1 | -59/+59 |
2016-05-04 | Org reader: fix spacing after LaTeX-style symbols | Albert Krewinkel | 1 | -5/+7 |
2016-05-04 | Org reader: fix handling of empty table cells, rows | Albert Krewinkel | 1 | -13/+17 |
2016-05-04 | Org reader: refactor rows-to-table conversion | Albert Krewinkel | 1 | -25/+25 |
2016-05-04 | Org reader: stop padding short table rows | Albert Krewinkel | 1 | -24/+20 |
2016-05-01 | Merge pull request #2890 from bcdevices/docbook5-writer | John MacFarlane | 3 | -6/+19 |
2016-05-01 | Add class option for code block in RST reader | Sidharth Kapur | 1 | -6/+8 |
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 | 3 | -7/+10 |
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 | 3 | -3/+11 |
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 | 18 | -36/+36 |
2016-03-22 | Fixed bug in Markdown raw HTML parsing. | John MacFarlane | 1 | -1/+1 |