Age | Commit message (Expand) | Author | Files | Lines |
2016-01-09 | LaTeX writer: restore old treatment of Span. | John MacFarlane | 1 | -1/+1 |
2016-01-08 | Added some entity tests in Markdown reader tests. | John MacFarlane | 1 | -0/+9 |
2016-01-07 | Fix function dropping subtrees tagged :noexport: | Albert Krewinkel | 1 | -0/+10 |
2016-01-02 | Textile reader: don't allow block HTML tags in inline contexts. | John MacFarlane | 2 | -8/+6 |
2016-01-02 | MediaWiki writer: fix spacing issues. | John MacFarlane | 1 | -108/+108 |
2015-12-19 | LaTeX/Beamer template changes (Thomas Hodgson): | John MacFarlane | 4 | -0/+16 |
2015-12-17 | ICML writer: intersperse line breaks | mb21 | 2 | -430/+756 |
2015-12-16 | ICML writer: added figure handling, closes #2590 | mb21 | 1 | -1/+16 |
2015-12-13 | Merge pull request #2570 from mb21/rst-reader-imgattrs | John MacFarlane | 5 | -7/+7 |
2015-12-13 | Fixed ICML image syntax for local files. | John MacFarlane | 1 | -2/+2 |
2015-12-13 | Docx reader: image attributes | mb21 | 4 | -6/+6 |
2015-12-13 | RST reader: image attributes | mb21 | 1 | -1/+1 |
2015-12-12 | Fixed tests. | John MacFarlane | 12 | -24/+30 |
2015-12-12 | Test fixes. | John MacFarlane | 20 | -237/+238 |
2015-12-12 | Modified readers to emit SoftBreak when appropriate. | John MacFarlane | 6 | -6/+6 |
2015-12-11 | Implemented SoftBreak and new `--wrap` option. | John MacFarlane | 19 | -83/+86 |
2015-12-03 | LaTeX template changes: | John MacFarlane | 4 | -8/+0 |
2015-12-03 | Fixed man template so disabling hyphenation actually works. | John MacFarlane | 1 | -1/+1 |
2015-11-24 | Added bodyless pipe table test case. | John MacFarlane | 2 | -1/+11 |
2015-11-23 | LaTeX reader: Use curly quotes for unmatched `. | John MacFarlane | 1 | -1/+1 |
2015-11-23 | AsciiDoc writer: Fixed code blocks. | John MacFarlane | 1 | -20/+20 |
2015-11-20 | Updated tests for context template changes. | John MacFarlane | 2 | -23/+18 |
2015-11-20 | latex template changes. | John MacFarlane | 4 | -21/+17 |
2015-11-19 | Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb... | John MacFarlane | 38 | -392/+362 |
2015-11-18 | Docx reader: Add test cases for dummy list items. | Jesse Rosenthal | 5 | -0/+14 |
2015-11-16 | ICML writer: better handling of math. | John MacFarlane | 1 | -9/+59 |
2015-11-14 | Added test case for links in notes. | Jesse Rosenthal | 3 | -0/+5 |
2015-11-13 | Merge pull request #2526 from tarleb/org-definition-lists-fix | John MacFarlane | 1 | -1/+5 |
2015-11-13 | Org reader: Require whitespace around def list markers | Albert Krewinkel | 1 | -1/+5 |
2015-11-13 | Merge pull request #2525 from tarleb/org-smart-fixes | John MacFarlane | 1 | -0/+9 |
2015-11-13 | Added `emoji` extension to Markdown. | John MacFarlane | 1 | -0/+4 |
2015-11-13 | Org reader: Fix emphasis rules for smart parsing | Albert Krewinkel | 1 | -0/+9 |
2015-11-12 | Updated tests for template changes. | John MacFarlane | 6 | -34/+28 |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 25 | -26/+1 |
2015-11-08 | Merge pull request #2505 from tarleb/org-header-markup-fix | John MacFarlane | 1 | -0/+11 |
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 25 | -1/+26 |
2015-11-08 | Org reader: fix markup parsing in headers | Albert Krewinkel | 1 | -0/+11 |
2015-10-30 | Pipe tables with long lines now get relative cell widths. | John MacFarlane | 2 | -1/+19 |
2015-10-30 | HTML writer: use width on whole table if col widths sum to < 100%. | John MacFarlane | 1 | -3/+3 |
2015-10-30 | Textile reader: don't do smart punctuation unless explicitly asked. | John MacFarlane | 1 | -8/+8 |
2015-10-28 | LaTeX writer: add `\protect` to `\hyperlink`. | John MacFarlane | 1 | -1/+1 |
2015-10-27 | LaTeX writer: Use `\hypertarget` and `\hyperlink` for links. | John MacFarlane | 1 | -1/+1 |
2015-10-25 | Template improvements (Andrew Dunning). | John MacFarlane | 3 | -9/+12 |
2015-10-25 | Merge pull request #2477 from tarleb/org-toggling-header-args | John MacFarlane | 1 | -0/+19 |
2015-10-25 | Org reader: allow toggling header args | Albert Krewinkel | 1 | -0/+19 |
2015-10-24 | Org reader: fix paragraph/list interaction | Albert Krewinkel | 1 | -0/+8 |
2015-10-22 | Fixed over-eager raw HTML inline parsing. | John MacFarlane | 1 | -0/+3 |
2015-10-20 | Updated tests for latex/context template changes. | John MacFarlane | 6 | -161/+87 |
2015-10-19 | Fixed one test case. | John MacFarlane | 1 | -1/+1 |
2015-10-19 | Merge pull request #2458 from mb21/lang-inlines | John MacFarlane | 5 | -0/+309 |