Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-02-20 | HTML reader: rewrote htmlInBalanced. | John MacFarlane | 1 | -10/+39 |
2016-02-18 | LaTeX writer: clean up options parser. | Jesse Rosenthal | 1 | -3/+4 |
2016-02-18 | LaTeX writer: treat memoir template with `article` opt as article | Jesse Rosenthal | 1 | -6/+21 |
2016-02-16 | HTML reader: properly handle an empty cell in a simple table. | John MacFarlane | 1 | -0/+1 |
2016-02-09 | Removed `tex_math_single_backslash` from `markdown_github` options. | John MacFarlane | 1 | -1/+0 |
2016-02-05 | Custom writer: Pass attributes parameter to CaptionedImage. | John MacFarlane | 1 | -2/+2 |
2016-02-04 | Markdown reader: Fixed bug with smart quotes around tex math. | John MacFarlane | 1 | -2/+2 |
2016-02-03 | HTML writer: don't include alignment attribute for default table columns. | John MacFarlane | 1 | -2/+5 |
2016-02-02 | Docx reader: Add a "Link" modifier to Reducible | Jesse Rosenthal | 1 | -0/+2 |